Skip to content

Commit

Permalink
Merge pull request #1411 from ghutchis/v198-cmake
Browse files Browse the repository at this point in the history
Bump version number for pending 1.98.0 release
  • Loading branch information
ghutchis authored Oct 26, 2023
2 parents de3915d + a738eff commit eed1ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include(DetermineVersion)

# Set up our version.
set(AvogadroLibs_VERSION_MAJOR "1")
set(AvogadroLibs_VERSION_MINOR "97")
set(AvogadroLibs_VERSION_MINOR "98")
set(AvogadroLibs_VERSION_PATCH "0")
set(AvogadroLibs_VERSION
"${AvogadroLibs_VERSION_MAJOR}.${AvogadroLibs_VERSION_MINOR}.${AvogadroLibs_VERSION_PATCH}")
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ patches for widely used long-term-support OS.

| Version | Supported |
| ------- | ------------------ |
| 1.98.x | :white_check_mark: |
| 1.97.x | :white_check_mark: |
| < 1.97 | :x: |

Expand Down

0 comments on commit eed1ba8

Please sign in to comment.