Skip to content

Commit

Permalink
increased minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
killenb committed Nov 21, 2018
1 parent 2afc48c commit b9efc8d
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.0)
project(CommandLineTools)

set(${PROJECT_NAME}_MAJOR_VERSION 00)
set(${PROJECT_NAME}_MINOR_VERSION 13)
set(${PROJECT_NAME}_PATCH_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 14)
set(${PROJECT_NAME}_PATCH_VERSION 00)
set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_VERSION})
#Note: We need the so-version because we treat it like a library, with version number in the executable name
Expand Down

0 comments on commit b9efc8d

Please sign in to comment.