Skip to content

Commit

Permalink
Version increment for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Jun 8, 2016
1 parent ab49461 commit 42c45f2
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 @@ -49,7 +49,7 @@ endif()
project(litiv)
set(LITIV_VERSION_MAJOR 1) # last change: 2015/10
set(LITIV_VERSION_MINOR 2) # last change: 2016/04
set(LITIV_VERSION_PATCH 0) # last change: 2016/04
set(LITIV_VERSION_PATCH 1) # last change: 2016/06
set(LITIV_VERSION ${LITIV_VERSION_MAJOR}.${LITIV_VERSION_MINOR}.${LITIV_VERSION_PATCH})
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 42c45f2

Please sign in to comment.