Skip to content

Commit

Permalink
Merge pull request #922 from ghutchis/bump-version-196
Browse files Browse the repository at this point in the history
Bump for version 1.96 release
  • Loading branch information
ghutchis authored Jun 2, 2022
2 parents 14b6a52 + 6c69c6c commit 53b1f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ include(DetermineVersion)

# Set up our version.
set(AvogadroLibs_VERSION_MAJOR "1")
set(AvogadroLibs_VERSION_MINOR "95")
set(AvogadroLibs_VERSION_PATCH "1")
set(AvogadroLibs_VERSION_MINOR "96")
set(AvogadroLibs_VERSION_PATCH "0")
set(AvogadroLibs_VERSION
"${AvogadroLibs_VERSION_MAJOR}.${AvogadroLibs_VERSION_MINOR}.${AvogadroLibs_VERSION_PATCH}")
find_package(Git)
Expand Down

0 comments on commit 53b1f66

Please sign in to comment.