Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Nov 20, 2017
1 parent 5a0a344 commit 8c33ee7
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 @@ -28,9 +28,9 @@ cmake_minimum_required( VERSION 2.6 )

project(boomaga)

set(MAJOR_VERSION 0)
set(MINOR_VERSION 9)
set(PATCH_VERSION 1)
set(MAJOR_VERSION 1)
set(MINOR_VERSION 0)
set(PATCH_VERSION 0)
set(FULL_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})

add_definitions(-DMAJOR_VERSION=\"${MAJOR_VERSION}\")
Expand Down

0 comments on commit 8c33ee7

Please sign in to comment.