Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dglmoore committed Apr 3, 2017
1 parent 0490c97 commit 7e7a693
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 @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.8)
project(ginger C)

set(${PROJECT_NAME}_VERSION_MAJOR 0)
set(${PROJECT_NAME}_VERSION_MINOR 1)
set(${PROJECT_NAME}_VERSION_PATCH 2)
set(${PROJECT_NAME}_VERSION_MINOR 2)
set(${PROJECT_NAME}_VERSION_PATCH 0)
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH})

message(STATUS "ginger version: ${${PROJECT_NAME}_VERSION}")
Expand Down

0 comments on commit 7e7a693

Please sign in to comment.