Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/MacOSXBundleInfo.plist.in')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 2998885fa..e31f21eb3 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -17,15 +17,15 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>@APPLICATION_NAME@ @VERSION@</string>
+ <string>@APPLICATION_NAME@ @MIRALL_VERSION_FULL@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>@VERSION@</string>
+ <string>@VERSION_FULL@</string>
<key>CFBundleShortVersionString</key>
- <string>@VERSION@</string>
+ <string>@VERSION_FULL@</string>
<key>NSHumanReadableCopyright</key>
<string>(C) 2012 @APPLICATION_VENDOR@</string>
</dict>