Skip to content

Commit

Permalink
Merge pull request #256 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 253acaa + 041924b commit 4ebc0f8
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 4ebc0f8

Please sign in to comment.