Re-release 2.6.17

This time with the version number in CMakeLists.txt updated too.
This commit is contained in:
John Ralls 2017-07-01 17:10:09 -07:00
parent 261a64e3eb
commit bb2ee92961

View File

@ -16,7 +16,7 @@ ENABLE_TESTING()
# Version number of gnucash
SET (GNUCASH_MAJOR_VERSION 2)
SET (GNUCASH_MINOR_VERSION 6)
SET (GNUCASH_MICRO_VERSION 16)
SET (GNUCASH_MICRO_VERSION 17)
SET (GNUCASH_NANO_VERSION 0)
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
SET (GNUCASH_LATEST_STABLE_SERIES 2.6)