diff --git a/logrotate/CMakeLists.txt b/logrotate/CMakeLists.txt index 63fa439..cdf2764 100644 --- a/logrotate/CMakeLists.txt +++ b/logrotate/CMakeLists.txt @@ -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()