[gimp/gimp-2-8] build/osx: also fill in CFBundleShortVersionString



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]