Browse Source

Display version in Mac OS Bundle again

Daniel Molkentin 12 years ago
parent
commit
f37f5ccf69
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmake/modules/MacOSXBundleInfo.plist.in

+ 2 - 2
cmake/modules/MacOSXBundleInfo.plist.in

@@ -23,9 +23,9 @@
         <key>CFBundleSignature</key>
         <string>????</string>
         <key>CFBundleVersion</key>
-        <string>@VERSION_FULL@</string>
+        <string>@MIRALL_VERSION_FULL@</string>
         <key>CFBundleShortVersionString</key>
-        <string>@VERSION_FULL@</string>
+        <string>@MIRALL_VERSION_STRING@</string>
         <key>NSHumanReadableCopyright</key>
         <string>(C) 2012 @APPLICATION_VENDOR@</string>
 </dict>