Skip to content

Commit

Permalink
Update CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
cme committed Dec 10, 2022
1 parent 5bf64b9 commit 86c6c9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ ENDIF()
#
PROJECT(hydrogen)
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "1")
SET(VERSION_PATCH "1")
SET(VERSION_MINOR "2")
SET(VERSION_PATCH "0")
SET(VERSION_SUFFIX "beta1")

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

Expand Down

0 comments on commit 86c6c9a

Please sign in to comment.