Skip to content

Commit

Permalink
Update version to 0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Mar 27, 2017
1 parent 128b834 commit 18a3039
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 @@ -4,7 +4,7 @@ PROJECT(seadrive-gui)

SET(SEADRIVE_GUI_VERSION_MAJOR 0)
SET(SEADRIVE_GUI_VERSION_MINOR 6)
SET(SEADRIVE_GUI_VERSION_PATCH 0)
SET(SEADRIVE_GUI_VERSION_PATCH 1)
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 18a3039

Please sign in to comment.