Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
billyquith committed Feb 24, 2019
1 parent ec46dd8 commit 103561f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Version
set(GWK_VERSION_MAJOR 0)
set(GWK_VERSION_MINOR 3)
set(GWK_VERSION_PATCH 0)
set(GWK_BRANCH "Dev") # Dev or Release
set(GWK_VERSION_PATCH 1)
set(GWK_BRANCH "Release") # Dev or Release
set(GWK_VERSION_STR "${GWK_VERSION_MAJOR}.${GWK_VERSION_MINOR}.${GWK_VERSION_PATCH} ${GWK_BRANCH}")
message("Project version: ${GWK_VERSION_STR}")

Expand Down

0 comments on commit 103561f

Please sign in to comment.