gnucash-on-osx master: Release GnuCash 4.2

John Ralls jralls at code.gnucash.org
Sun Sep 27 13:56:14 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/4d9b5652 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/f23fef4f (commit)



commit 4d9b5652d73b365daa09ca187824e015b045efcd
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 10:56:02 2020 -0700

    Release GnuCash 4.2

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index a4fc8b8..bac49b2 100644
--- a/gnucash-bundler/Info.plist
+++ b/gnucash-bundler/Info.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Gnucash</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Gnucash version 4.0-1 © 2020 Gnucash Contributors</string>
+	<string>Gnucash version 4.2-1 © 2020 GnucashContributors</string>
 	<key>CFBundleIconFile</key>
 	<string>gnucash.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -15,17 +15,17 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleLongVersionString</key>
-	<string>4.0-1 © 2020 Gnucash Contributors</string>
+	<string>4.2-1 © 2020 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.0-1</string>
+	<string>4.2-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>4.0-1</string>
+	<string>4.2-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 34e2d12..7906e76 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -274,8 +274,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
-   <branch module="gnucash/gnucash%20%28stable%29/4.0/gnucash-4.0.tar.bz2"
-           checkoutdir="gnucash-4.0" repo="sourceforge" version="4.0" />
+   <branch module="gnucash/gnucash%20%28stable%29/4.2/gnucash-4.2.tar.bz2"
+           checkoutdir="gnucash-4.2" repo="sourceforge" version="4.2" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -351,10 +351,10 @@
 	     version="3.11" repo="sourceforge"/>
   </cmake>
 
-  <cmake id="gnucash-docs" 
-	    makeargs=" html" makeinstallargs="install-html" >
-    <branch  module="gnucash/gnucash%20%28stable%29/4.0/gnucash-docs-4.0.tar.gz"
-	     version="4.0" repo="sourceforge"/>
+  <cmake id="gnucash-docs"
+         ninjaargs="html" ninjainstallargs="install-html" >
+    <branch  module="gnucash/gnucash%20%28stable%29/4.2/gnucash-docs-4.2.tar.gz"
+	     version="4.2" repo="sourceforge"/>
   </cmake>
 
   <cmake id="gnucash-unstable-docs"



Summary of changes:
 gnucash-bundler/Info.plist |  8 ++++----
 modulesets/gnucash.modules | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)



More information about the gnucash-changes mailing list