gnucash maint: Re-release 2.6.17

John Ralls jralls at code.gnucash.org
Sat Jul 1 20:10:58 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/bb2ee929 (commit)
	from  https://github.com/Gnucash/gnucash/commit/261a64e3 (commit)



commit bb2ee92961f1d1d6d8e3a02e54cb2ba5b0288194
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jul 1 17:10:09 2017 -0700

    Re-release 2.6.17
    
    This time with the version number in CMakeLists.txt updated too.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1e09b81..ccff04f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list