gnucash-on-osx master: Release GnuCash 3.10

John Ralls jralls at code.gnucash.org
Sat Apr 11 17:58:06 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/d66b79dc (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/34354f08 (commit)



commit d66b79dc77f0285cc1828857781e84eecd4a22be
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 11 14:57:50 2020 -0700

    Release GnuCash 3.10

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 1233e5c..ee69b6c 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 3.9-1 © 2020 Gnucash Contributors</string>
+	<string>Gnucash version 3.10-1 © 2020 Gnucash Contributors</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>3.9-1 © 2020 Gnucash Contributors</string>
+	<string>3.10-1 © 2020 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.9-1</string>
+	<string>3.10-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.9-1</string>
+	<string>3.10-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 0c3d432..421ae67 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -32,8 +32,8 @@
   <repository type="tarball" name="bintray"
               href="https://dl.bintray.com/boostorg/release/"/>
 
-  <include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/>
- <!--include href="file:///Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
+  <!--include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/-->
+ <include href="file:///Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/>
 
   <autotools id="libchipcard" autogen-sh="autoreconf" autogenargs="--enable-local-install">
     <branch module="229/libchipcard-5.1.5rc2.tar.gz" version="5.1.5rc2"
@@ -272,8 +272,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch module="gnucash/gnucash%20%28stable%29/3.9/gnucash-3.9.tar.bz2"
-           checkoutdir="gnucash-3.9" repo="sourceforge" version="3.9" />
+   <branch module="gnucash/gnucash%20%28stable%29/3.10/gnucash-3.10.tar.bz2"
+           checkoutdir="gnucash-3.10" repo="sourceforge" version="3.10" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -355,8 +355,8 @@
   <autotools id="gnucash-docs" autogenargs="--disable-scrollkeeper"
 	    autogen-template="%(srcdir)s/%(autogen-sh)s && %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"
 	    makeargs=" html" makeinstallargs="install-html" >
-    <branch  module="gnucash/gnucash%20%28stable%29/3.9/gnucash-docs-3.9.tar.gz"
-	     version="3.9" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash%20%28stable%29/3.10/gnucash-docs-3.10.tar.gz"
+	     version="3.10" repo="sourceforge"/>
   </autotools>
 
   <autotools id="scrollkeeper" autogen-sh="configure">



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