gnucash-on-osx master: Release Gnucash 4.8

John Ralls jralls at code.gnucash.org
Tue Sep 28 15:00:17 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/46efd0f3 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/9dd11d7d (commit)



commit 46efd0f3ee1353f94ac9b4939c28de34efa0a6ce
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 28 12:00:10 2021 -0700

    Release Gnucash 4.8

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 8a17400..fecc710 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.7-2 © 2021 GnucashContributors</string>
+	<string>Gnucash version 4.8-1 © 2021 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.7-2 © 2021 Gnucash Contributors</string>
+	<string>4.8-1 © 2021 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.7-2</string>
+	<string>4.8-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>4.7-2</string>
+	<string>4.8-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index bdb9e15..577df97 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -285,8 +285,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
-   <branch module="gnucash/gnucash-4.7.tar.bz2"
-           checkoutdir="gnucash-4.7" repo="sourceforge" version="4.7" />
+   <branch module="gnucash/gnucash-4.8.tar.bz2"
+           checkoutdir="gnucash-4.8" repo="sourceforge" version="4.8" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -364,8 +364,8 @@
 
   <cmake id="gnucash-docs"
          ninjaargs="html">
-    <branch  module="gnucash/gnucash-docs-4.7.tar.gz"
-	     version="4.7" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash-docs-4.8.tar.gz"
+	     version="4.8" repo="sourceforge"/>
   </cmake>
 
   <cmake id="gnucash-unstable-docs"



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



More information about the gnucash-changes mailing list