gnucash-on-osx master: Update the version and copyright date in Info.plist.
John Ralls
jralls at code.gnucash.org
Sun Mar 31 12:15:36 EDT 2024
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/d179c6d7 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/d93b140d (commit)
commit d179c6d7e981b218380f16d22f9be38a7fd6c9fc
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 31 09:15:27 2024 -0700
Update the version and copyright date in Info.plist.
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index cd03167..eb8b1f2 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.5-1 © 2023 GnucashContributors</string>
+ <string>Gnucash version 5.6-1 © 2024 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.5-1 © 2023 Gnucash Contributors</string>
+ <string>5.6-1 © 2024 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.5-1</string>
+ <string>5.6-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.5-1</string>
+ <string>5.6-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
@@ -64,7 +64,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2023 Gnucash Contributors</string>
+ <string>Copyright 2024 Gnucash Contributors</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
Summary of changes:
gnucash-bundler/Info.plist | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list