Parcourir la source

Display version in Mac OS Bundle again

Daniel Molkentin il y a 12 ans
Parent
commit
f37f5ccf69
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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>