Skip to content

Commit

Permalink
Bump for version 1.96 release
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <geoff.hutchison@gmail.com>
  • Loading branch information
ghutchis committed Jun 2, 2022
1 parent 253acaa commit 041924b
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 @@ -25,8 +25,8 @@ include(DetermineVersion)

# Set up our version.
set(AvogadroApp_VERSION_MAJOR "1")
set(AvogadroApp_VERSION_MINOR "95")
set(AvogadroApp_VERSION_PATCH "1")
set(AvogadroApp_VERSION_MINOR "96")
set(AvogadroApp_VERSION_PATCH "0")
set(AvogadroApp_VERSION
"${AvogadroApp_VERSION_MAJOR}.${AvogadroApp_VERSION_MINOR}.${AvogadroApp_VERSION_PATCH}")
find_package(Git)
Expand Down

0 comments on commit 041924b

Please sign in to comment.