gnucash master: Change the release to 3.902 after fixing all of the build problems.

John Ralls jralls at code.gnucash.org
Mon Apr 27 18:52:38 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/fa4ee6a0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/af60bab2 (commit)



commit fa4ee6a0856dd6f453075e7c2e73c087f233fd55
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 27 12:27:26 2020 -0700

    Change the release to 3.902 after fixing all of the build problems.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3908e4c84..3afb72be9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 cmake_minimum_required (VERSION 3.10)
 
 project (gnucash
-    VERSION 3.901
+    VERSION 3.902
 )
 
 enable_testing()
diff --git a/NEWS b/NEWS
index b5b42ae16..267410b40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
 Version history:
 ------- -------
-3.901 - 26 April 2020
+3.902 - 27 April 2020
 The first unstable release leading to the new 4.x stable series.
 
+3.901 should have been the first release but it had build problems after tagging.
+
 Baseline requirements
 
 Operating Systems:



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



More information about the gnucash-changes mailing list