Skip to content

Commit

Permalink
Merge pull request #133 from cryos/version-bump
Browse files Browse the repository at this point in the history
Bump version to 1.90.0 in preparation for tag
  • Loading branch information
cryos authored Dec 1, 2016
2 parents 0ce1a36 + 8e715bd commit 613e3c3
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 @@ -11,8 +11,8 @@ include(InstallLocation)
include(DetermineVersion)

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

0 comments on commit 613e3c3

Please sign in to comment.