Skip to content

Commit

Permalink
Merge pull request cryos#25 from cryos/version-bump
Browse files Browse the repository at this point in the history
Updated the version number
  • Loading branch information
cryos committed Jul 10, 2015
2 parents 22192cb + 932fae7 commit 2d2f8d3
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 @@ -12,8 +12,8 @@ include(DetermineVersion)

# Set up our version.
set(AvogadroLibs_VERSION_MAJOR "0")
set(AvogadroLibs_VERSION_MINOR "7")
set(AvogadroLibs_VERSION_PATCH "2")
set(AvogadroLibs_VERSION_MINOR "8")
set(AvogadroLibs_VERSION_PATCH "0")
set(AvogadroLibs_VERSION
"${AvogadroLibs_VERSION_MAJOR}.${AvogadroLibs_VERSION_MINOR}.${AvogadroLibs_VERSION_PATCH}")
find_package(Git)
Expand Down

0 comments on commit 2d2f8d3

Please sign in to comment.