gnucash master: Restore version in CMakeLists.txt.

John Ralls jralls at code.gnucash.org
Sun Apr 29 14:50:26 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/6be7e82b (commit)
	from  https://github.com/Gnucash/gnucash/commit/b7a0fb6b (commit)



commit 6be7e82b9fad874bfb07f07a7fe61c9c902fcddf
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 29 11:50:17 2018 -0700

    Restore version in CMakeLists.txt.
    
    Didn't raise a conflict in the merge for some reason.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bdb69f7..2b1e421 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,13 +12,13 @@ ENABLE_TESTING()
 
 # Version number of gnucash
 SET (GNUCASH_MAJOR_VERSION 3)
-SET (GNUCASH_MINOR_VERSION 1)
+SET (GNUCASH_MINOR_VERSION 900)
 SET (VERSION "${GNUCASH_MAJOR_VERSION}.${GNUCASH_MINOR_VERSION}")
 SET (GNUCASH_LATEST_STABLE_SERIES 3.x)
 
 SET (PACKAGE gnucash)
 SET (PACKAGE_NAME GnuCash)
-SET (PACKAGE_VERSION 3.1)
+SET (PACKAGE_VERSION 3.900)
 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