Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Mar 13, 2019
1 parent e60cc36 commit 16d68d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ cmake_policy(SET CMP0028 NEW)

project(boomaga)

set(MAJOR_VERSION 2)
set(MAJOR_VERSION 3)
set(MINOR_VERSION 0)
set(PATCH_VERSION 99)
set(BETA_VERSION beta5)
set(PATCH_VERSION 0)
#set(BETA_VERSION beta5)
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 16d68d3

Please sign in to comment.