gnucash-on-osx master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Wed May 10 10:17:13 EDT 2023
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/2147229d (commit)
via https://github.com/Gnucash/gnucash-on-osx/commit/bb6be78e (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/397066d9 (commit)
commit 2147229de220177288f693facfd16fe5e1f44479
Author: John Ralls <jralls at ceridwen.us>
Date: Wed May 10 07:14:03 2023 -0700
Package GnuCash 5.1-2
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 36a1651..2765051 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 5.1-1 © 2023 GnucashContributors</string>
+ <string>Gnucash version 5.1-2 © 2023 GnucashContributors</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>5.1-1 © 2023 Gnucash Contributors</string>
+ <string>5.1-2 © 2023 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.1-1</string>
+ <string>5.1-2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.1-1</string>
+ <string>5.1-2</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
commit bb6be78e93325cf10a80a5f28120fb940c7162f3
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Apr 30 11:06:48 2023 -0700
Release GnuCash 5.1
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 99a2694..36a1651 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 5.0-1 © 2023 GnucashContributors</string>
+ <string>Gnucash version 5.1-1 © 2023 GnucashContributors</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>5.0-1 © 2023 Gnucash Contributors</string>
+ <string>5.1-1 © 2023 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.0-1</string>
+ <string>5.1-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.0-1</string>
+ <string>5.1-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 72c6d9b..dbd0ace 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -260,8 +260,8 @@
<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
- <branch module="gnucash/gnucash-5.0.tar.bz2"
- checkoutdir="gnucash-5.0" repo="sourceforge" version="5.0" />
+ <branch module="gnucash/gnucash-5.1.tar.bz2"
+ checkoutdir="gnucash-5.1" repo="sourceforge" version="5.1" />
<dependencies>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="libofx"/>
@@ -339,8 +339,8 @@
<cmake id="gnucash-docs"
ninjaargs="html">
- <branch module="gnucash/gnucash-docs-5.0.tar.gz"
- version="5.0" repo="sourceforge"/>
+ <branch module="gnucash/gnucash-docs-5.1.tar.gz"
+ version="5.1" repo="sourceforge"/>
</cmake>
<cmake id="gnucash-unstable-docs"
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