gnucash-on-osx master: Release GnuCash 4.5

John Ralls jralls at code.gnucash.org
Sat Mar 27 21:20:21 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/22143ebf (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/7ff3803d (commit)



commit 22143ebf5b43fe246a91f6dd9495cb782a215edd
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 27 18:20:14 2021 -0700

    Release GnuCash 4.5

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 796ca1b..00c19aa 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.4-1 © 2020 GnucashContributors</string>
+	<string>Gnucash version 4.5-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.4-1 © 2020 Gnucash Contributors</string>
+	<string>4.5-1 © 2021 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.4-1</string>
+	<string>4.5-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>4.4-1</string>
+	<string>4.5-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
@@ -64,7 +64,7 @@
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.finance</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2020 Gnucash Contributors</string>
+	<string>Copyright 2021 Gnucash Contributors</string>
 	<key>NSHighResolutionCapable</key>
 	<true/>
 </dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 52e90c1..ebd1e7d 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.4/gnucash-4.4.tar.bz2"
-           checkoutdir="gnucash-4.4" repo="sourceforge" version="4.4" />
+   <branch module="gnucash/gnucash%20%28stable%29/4.5/gnucash-4.5.tar.bz2"
+           checkoutdir="gnucash-4.5" repo="sourceforge" version="4.5" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -353,8 +353,8 @@
 
   <cmake id="gnucash-docs"
          ninjaargs="html">
-    <branch  module="gnucash/gnucash%20%28stable%29/4.4/gnucash-docs-4.4.tar.gz"
-	     version="4.4" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash%20%28stable%29/4.5/gnucash-docs-4.5.tar.gz"
+	     version="4.5" repo="sourceforge"/>
   </cmake>
 
   <cmake id="gnucash-unstable-docs"



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



More information about the gnucash-changes mailing list