[gimp/gimp-2-8] Bug 746357 - GIMP 2.8.14 for Mac doesn't include full version info ...



commit 90979d886d5e249d84aa77f5c6d37fd9f4d3ae0d
Author: Kristian Rietveld <kris loopnest org>
Date:   Sun Dec 13 15:38:12 2015 +0100

    Bug 746357 - GIMP 2.8.14 for Mac doesn't include full version info ...
    
    ... in Info.plist
    
    Add full version number to Info.plist. For now by hand, once we have
    a build script we'll handle this automatically.
    
    Also update copyright year.

 build/osx/info-2.8-python.plist |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build/osx/info-2.8-python.plist b/build/osx/info-2.8-python.plist
index 9f547e5..baa6136 100644
--- a/build/osx/info-2.8-python.plist
+++ b/build/osx/info-2.8-python.plist
@@ -9,7 +9,7 @@
                <key>CFBundleName</key>
                <string>GIMP</string>
                <key>CFBundleGetInfoString</key>
-               <string>2.8, © 1995-2014 The GIMP Development Team</string>
+               <string>2.8.16, © 1995-2015 The GIMP Development Team</string>
                <key>CFBundleIconFile</key>
                <string>gimp.icns</string>
                <key>CFBundleIdentifier</key>
@@ -19,13 +19,13 @@
                <key>CFBundlePackageType</key>
                <string>APPL</string>
                <key>CFBundleShortVersionString</key>
-               <string>2.8</string>
+               <string>2.8.16</string>
                <key>CFBundleSignature</key>
                <string>gimp</string>
                <key>CFBundleVersion</key>
-               <string>2.8</string>
+               <string>2.8.16</string>
                <key>NSHumanReadableCopyright</key>
-               <string>© 1995-2013 The GIMP Development Team</string>
+               <string>© 1995-2015 The GIMP Development Team</string>
                <key>LSMinimumSystemVersion</key>
                <string>10.6.0</string>
                <key>LSMinimumSystemVersionByArchitecture</key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]