Skip to content

Commit bb2ee92

Browse files
committed
Re-release 2.6.17
This time with the version number in CMakeLists.txt updated too.
1 parent 261a64e commit bb2ee92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENABLE_TESTING()
1616
# Version number of gnucash
1717
SET (GNUCASH_MAJOR_VERSION 2)
1818
SET (GNUCASH_MINOR_VERSION 6)
19-
SET (GNUCASH_MICRO_VERSION 16)
19+
SET (GNUCASH_MICRO_VERSION 17)
2020
SET (GNUCASH_NANO_VERSION 0)
2121
SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
2222
SET (GNUCASH_LATEST_STABLE_SERIES 2.6)

0 commit comments

Comments
 (0)