Skip to content

Commit

Permalink
Merge pull request #1044 from ghutchis/release-1.97.0
Browse files Browse the repository at this point in the history
Update for 1.97.0 release number
  • Loading branch information
ghutchis committed Jul 21, 2022
2 parents 40daa16 + 1e146e2 commit 82938e4
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 @@ -22,7 +22,7 @@ include(DetermineVersion)

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

0 comments on commit 82938e4

Please sign in to comment.