Skip to content

Commit 2addc17

Browse files
authored
Merge pull request #554 from ghutchis/bump-version-1-100
Bump build to 1.100.0 for release
2 parents 3ff7ddb + 8dff4bf commit 2addc17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include(DetermineVersion)
3030

3131
# Set up our version.
3232
set(AvogadroApp_VERSION_MAJOR "1")
33-
set(AvogadroApp_VERSION_MINOR "99")
33+
set(AvogadroApp_VERSION_MINOR "100")
3434
set(AvogadroApp_VERSION_PATCH "0")
3535
set(AvogadroApp_VERSION
3636
"${AvogadroApp_VERSION_MAJOR}.${AvogadroApp_VERSION_MINOR}.${AvogadroApp_VERSION_PATCH}")

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ patches for widely used long-term-support OS.
99

1010
| Version | Supported |
1111
| ------- | ------------------ |
12+
| 1.100.x | :white_check_mark: |
1213
| 1.99.x | :white_check_mark: |
13-
| 1.98.x | :white_check_mark: |
14-
| < 1.98 | :x: |
14+
| < 1.99 | :x: |
1515

1616
## Reporting a Vulnerability
1717

0 commit comments

Comments
 (0)