Skip to content

Commit

Permalink
build version to 1.1 for the release (#43)
Browse files Browse the repository at this point in the history
* no longer needed to specify G3 paths for header and lib

* version is now 1.1.<build>
  • Loading branch information
Kjell Hedström authored Mar 30, 2017
1 parent 1e602e4 commit bb49562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logrotate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SET(MAJOR_VERSION 1)
IF (NOT DEFINED ${VERSION})
MESSAGE("Extracting git software version")
execute_process(COMMAND bash "-c" "git rev-list --branches HEAD | wc -l | tr -d ' ' | tr -d '\n'" OUTPUT_VARIABLE GIT_VERSION)
SET(MINOR_VERSION 0)
SET(MINOR_VERSION 1)
SET(BUILD_NUMBER ${GIT_VERSION})
SET(VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${BUILD_NUMBER})
ENDIF()
Expand Down

0 comments on commit bb49562

Please sign in to comment.