[Libreoffice-commits] core.git: sysui/desktop

Andras Timar andras.timar at collabora.com
Sun Oct 4 13:08:45 PDT 2015


 sysui/desktop/macosx/Info.plist.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9743bf01cdead5db8a39f0d631eb07512a6662dc
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun Oct 4 22:08:10 2015 +0200

    Info.plist: add CFBundleVersion
    
    Change-Id: Ib4a13e7b0e1a4ff528563c7a883c3dbbac864bf6

diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index 294d252..7adf661 100755
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1517,6 +1517,8 @@
     <string>main.icns</string>
     <key>CFBundleShortVersionString</key>
     <string>@MACOSX_BUNDLE_SHORTVERSION@</string>
+    <key>CFBundleVersion</key>
+    <string>@MACOSX_BUNDLE_SHORTVERSION@</string>
     <key>CFBundleIdentifier</key>
     <string>@MACOSX_BUNDLE_IDENTIFIER@</string>
     <key>CFBundleInfoDictionaryVersion</key>


More information about the Libreoffice-commits mailing list