Skip to content

Commit

Permalink
Remove GNUCASH_MICRO_VERSION from VERSION...
Browse files Browse the repository at this point in the history
and remove of variable CPACK_PACKAGE_VERSION_PATCH
  • Loading branch information
DiMan committed Apr 4, 2018
1 parent 70e6366 commit cf24f98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Expand Up @@ -13,7 +13,7 @@ ENABLE_TESTING()
# Version number of gnucash
SET (GNUCASH_MAJOR_VERSION 3)
SET (GNUCASH_MINOR_VERSION 0)
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}")
SET (GNUCASH_LATEST_STABLE_SERIES 3.0)

SET (PACKAGE gnucash)
Expand Down Expand Up @@ -926,7 +926,6 @@ ENDIF()

SET(CPACK_PACKAGE_VERSION_MAJOR "${GNUCASH_MAJOR_VERSION}")
SET(CPACK_PACKAGE_VERSION_MINOR "${GNUCASH_MINOR_VERSION}")
SET(CPACK_PACKAGE_VERSION_PATCH "${GNUCASH_MICRO_VERSION}")
SET(CPACK_PACKAGE_VERSION "${VERSION}")

IF(UNIX)
Expand Down

0 comments on commit cf24f98

Please sign in to comment.