Skip to content

Commit

Permalink
Merge pull request #1436 from ghutchis/bump-1981
Browse files Browse the repository at this point in the history
Bump version number to 1.98.1 for bugfix
  • Loading branch information
ghutchis authored Nov 2, 2023
2 parents 6b11171 + c97b431 commit 49c2b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include(DetermineVersion)
# Set up our version.
set(AvogadroLibs_VERSION_MAJOR "1")
set(AvogadroLibs_VERSION_MINOR "98")
set(AvogadroLibs_VERSION_PATCH "0")
set(AvogadroLibs_VERSION_PATCH "1")
set(AvogadroLibs_VERSION
"${AvogadroLibs_VERSION_MAJOR}.${AvogadroLibs_VERSION_MINOR}.${AvogadroLibs_VERSION_PATCH}")
find_package(Git)
Expand Down

0 comments on commit 49c2b88

Please sign in to comment.