Skip to content

Commit

Permalink
Release 2.0.99-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Jan 20, 2019
1 parent a79f064 commit cded7fe
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 @@ -31,8 +31,8 @@ project(boomaga)

set(MAJOR_VERSION 2)
set(MINOR_VERSION 0)
set(PATCH_VERSION 0)
set(BETA_VERSION beta1)
set(PATCH_VERSION 99)
set(BETA_VERSION beta2)
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 cded7fe

Please sign in to comment.