[gimp/gimp-2-8] build/osx: also fill in CFBundleShortVersionString
- From: Kristian Rietveld <kristian src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] build/osx: also fill in CFBundleShortVersionString
- Date: Thu, 11 May 2017 20:16:42 +0000 (UTC)
commit d9f6e8ba57c2b04e9148b31a9e140ba23ff75337
Author: Kristian Rietveld <krietvel liacs nl>
Date: Thu May 11 22:14:39 2017 +0200
build/osx: also fill in CFBundleShortVersionString
This was unfortunately forgotten in earlier commits.
build/osx/info.plist.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/osx/info.plist.in b/build/osx/info.plist.in
index f3b73d2..7efe528 100644
--- a/build/osx/info.plist.in
+++ b/build/osx/info.plist.in
@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string></string>
+ <string>%GIMP_MAJOR_VERSION%.%GIMP_MINOR_VERSION%.%GIMP_MICRO_VERSION%</string>
<key>CFBundleSignature</key>
<string>gimp</string>
<key>CFBundleVersion</key>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]