Skip to content

Commit

Permalink
set version to 0.9.6-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
mauser committed Jun 18, 2014
1 parent 106d81b commit 2ff9010
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 @@ -19,9 +19,9 @@ PROJECT(hydrogen)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "9")
SET(VERSION_PATCH "6")
#SET(VERSION_SUFFIX "RC1")
SET(VERSION_SUFFIX "RC2")

SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
#SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")


IF(VERSION_SUFFIX)
Expand Down

0 comments on commit 2ff9010

Please sign in to comment.