gnucash maint: Fix CMakeLists version number that missed getting committed.

John Ralls jralls at code.gnucash.org
Sun Dec 19 15:29:15 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/20bfabf7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/37606ddf (commit)



commit 20bfabf7a7fb23f5bea7c6ed47882d1ff3825bf1
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 19 12:28:57 2021 -0800

    Fix CMakeLists version number that missed getting committed.
    
    Even though it's correct in the tarball.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index de10b7390..d8a1169cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
 endif()
 
 project (gnucash
-    VERSION 4.8
+    VERSION 4.9
 )
 
 enable_testing()



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



More information about the gnucash-changes mailing list