gnucash-on-osx master: Release GnuCash 3.4-1

John Ralls jralls at code.gnucash.org
Sun Dec 30 12:19:01 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/40d5214d (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/fa05c9f4 (commit)



commit 40d5214d424a202dd3aea42677ef4c62bb68afa9
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 30 09:18:54 2018 -0800

    Release GnuCash 3.4-1

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 68b6989..386873e 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.3 © 2018 Gnucash Contributors</string>
+	<string>Gnucash version 3.4-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.3 © 2018 Gnucash Contributors</string>
+	<string>3.4-1 © 2018 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.3</string>
+	<string>3.4-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.3</string>
+	<string>3.4-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index c796255..e09c5a7 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -271,8 +271,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch repo="sourceforge" module="gnucash/unstable/gnucash-3.3.tar.bz2"
-           version="3.3" />
+   <branch repo="sourceforge" module="gnucash/unstable/gnucash-3.4.tar.bz2"
+           version="3.4" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -332,8 +332,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-docs/gnucash-docs-3.3.tar.gz"
-	     version="3.3" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash-docs/gnucash-docs-3.4.tar.gz"
+	     version="3.4" 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