Skip to content

Commit

Permalink
Merge pull request #106 from cryos/version-1.93
Browse files Browse the repository at this point in the history
Bump to version 1.93 in preparation for release
  • Loading branch information
cryos authored Dec 23, 2019
2 parents 3c30000 + 35a575b commit 2d9e6ef
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 @@ -25,7 +25,7 @@ include(DetermineVersion)

# Set up our version.
set(AvogadroApp_VERSION_MAJOR "1")
set(AvogadroApp_VERSION_MINOR "90")
set(AvogadroApp_VERSION_MINOR "93")
set(AvogadroApp_VERSION_PATCH "0")
set(AvogadroApp_VERSION
"${AvogadroApp_VERSION_MAJOR}.${AvogadroApp_VERSION_MINOR}.${AvogadroApp_VERSION_PATCH}")
Expand Down

0 comments on commit 2d9e6ef

Please sign in to comment.