Skip to content

Commit

Permalink
Update version to 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Mar 23, 2017
1 parent 0af27ff commit 128b834
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 @@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9)
PROJECT(seadrive-gui)

SET(SEADRIVE_GUI_VERSION_MAJOR 0)
SET(SEADRIVE_GUI_VERSION_MINOR 5)
SET(SEADRIVE_GUI_VERSION_PATCH 1)
SET(SEADRIVE_GUI_VERSION_MINOR 6)
SET(SEADRIVE_GUI_VERSION_PATCH 0)
SET(PROJECT_VERSION "${SEADRIVE_GUI_VERSION_MAJOR}.${SEADRIVE_GUI_VERSION_MINOR}.${SEADRIVE_GUI_VERSION_PATCH}")
ADD_DEFINITIONS(-DSEADRIVE_GUI_VERSION=${PROJECT_VERSION})

Expand Down

0 comments on commit 128b834

Please sign in to comment.