Skip to content

Commit

Permalink
Release 2.0.99-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Jan 29, 2019
1 parent 0f3800a commit 6cbbe52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ project(boomaga)
set(MAJOR_VERSION 2)
set(MINOR_VERSION 0)
set(PATCH_VERSION 99)
set(BETA_VERSION beta2)
set(BETA_VERSION beta3)
set(FULL_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
if (BETA_VERSION)
set(FULL_VERSION ${FULL_VERSION}-${BETA_VERSION})
Expand Down

0 comments on commit 6cbbe52

Please sign in to comment.