gnucash-on-osx master: Release GnuCash 3.0

John Ralls jralls at code.gnucash.org
Sun Apr 1 19:16:45 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/5386d4e3 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/b300db69 (commit)



commit 5386d4e350e9a8084588b5c9d49910cde217b4c7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 1 16:16:35 2018 -0700

    Release GnuCash 3.0

diff --git a/gnucash-bundler/Info-unstable.plist b/gnucash-bundler/Info-unstable.plist
index 1b7ad40..d40f86b 100644
--- a/gnucash-bundler/Info-unstable.plist
+++ b/gnucash-bundler/Info-unstable.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Gnucash</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Gnucash version 2.7.8 © 2018 Gnucash Contributors</string>
+	<string>Gnucash version 3.0 © 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>2.7.8 © 2018 Gnucash Contributors</string>
+	<string>3.0 © 2018 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.7.8</string>
+	<string>3.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>2.7.8</string>
+	<string>3.0</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index ffdb9e2..db88682 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-unstable"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch repo="sourceforge" module="gnucash/unstable/gnucash-2.7.8.tar.bz2"
-           version="2.7.8" />
+   <branch repo="sourceforge" module="gnucash/unstable/gnucash-3.0.tar.bz2"
+           version="3.0" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>



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



More information about the gnucash-changes mailing list