gnucash-on-osx master: Release GnuCash 3.1

John Ralls jralls at code.gnucash.org
Sat Apr 28 18:38:44 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/c45e1e25 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/60434931 (commit)



commit c45e1e25b7b3d0e9c39d186b044746e647460e61
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 28 15:38:31 2018 -0700

    Release GnuCash 3.1

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index d40f86b..85af0a2 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.0 © 2018 Gnucash Contributors</string>
+	<string>Gnucash version 3.1 © 2018 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.0 © 2018 Gnucash Contributors</string>
+	<string>3.1 © 2018 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.0</string>
+	<string>3.1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.0</string>
+	<string>3.1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 6c82ef5..5fe9d9d 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -260,8 +260,8 @@ for i in `ls $PREFIX/lib/libboost*.dylib`; do for j in `ls $PREFIX/lib/libboost*
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch repo="sourceforge" module="gnucash/unstable/gnucash-3.0.tar.bz2"
-           version="3.0" />
+   <branch repo="sourceforge" module="gnucash/unstable/gnucash-3.1.tar.bz2"
+           version="3.1" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -321,7 +321,7 @@ for i in `ls $PREFIX/lib/libboost*.dylib`; do for j in `ls $PREFIX/lib/libboost*
   <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-docs/gnucash-docs-3.0.tar.gz"
+    <branch  module="gnucash/gnucash-docs/gnucash-docs-3.1.tar.gz"
 	     version="3.0" repo="sourceforge"/>
   </autotools>
 



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



More information about the gnucash-changes mailing list