gnucash-on-osx master: Release GnuCash 3.3.

John Ralls jralls at code.gnucash.org
Sat Sep 29 19:42:29 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/837b2c1e (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/8ed792e0 (commit)



commit 837b2c1e826ae2ff7500c224a418a9911e34211e
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 29 16:41:53 2018 -0700

    Release GnuCash 3.3.

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 0ee086b..68b6989 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.2 © 2018 Gnucash Contributors</string>
+	<string>Gnucash version 3.3 © 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.2 © 2018 Gnucash Contributors</string>
+	<string>3.3 © 2018 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.2</string>
+	<string>3.3</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.2</string>
+	<string>3.3</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index e5f505b..dc5c05b 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -272,8 +272,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.2.tar.bz2"
-           version="3.2" />
+   <branch repo="sourceforge" module="gnucash/unstable/gnucash-3.3.tar.bz2"
+           version="3.3" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -333,8 +333,8 @@ 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.2.tar.gz"
-	     version="3.2" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash-docs/gnucash-docs-3.3.tar.gz"
+	     version="3.3" repo="sourceforge"/>
   </autotools>
 
   <autotools id="scrollkeeper" autogen-sh="configure">



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