gnucash unstable: Actually change CMakeLists.txt for the release.

John Ralls jralls at code.gnucash.org
Sun Mar 18 16:30:12 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/6cce41b0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b39687d3 (commit)



commit 6cce41b0d1c6e2a7db1eb503390f5f034645a1da
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 18 13:27:21 2018 -0700

    Actually change CMakeLists.txt for the release.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 76a585a..cdfba7e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,14 +13,14 @@ ENABLE_TESTING()
 # Version number of gnucash
 SET (GNUCASH_MAJOR_VERSION 2)
 SET (GNUCASH_MINOR_VERSION 7)
-SET (GNUCASH_MICRO_VERSION 6)
+SET (GNUCASH_MICRO_VERSION 7)
 SET (GNUCASH_NANO_VERSION 0)
 SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}.${GNUCASH_MICRO_VERSION}")
 SET (GNUCASH_LATEST_STABLE_SERIES 2.6)
 
 SET (PACKAGE gnucash)
 SET (PACKAGE_NAME GnuCash)
-SET (PACKAGE_VERSION 2.7.6)
+SET (PACKAGE_VERSION 2.7.7)
 SET (PACKAGE_BUGREPORT gnucash-devel at gnucash.org)
 SET (PACKAGE_TARNAME ${PACKAGE})
 SET (PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")



Summary of changes:
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list