diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2013-05-27 19:55:01 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2013-09-05 21:31:03 -0400 |
commit | 35b8af92265ed74de63c3818e5290c27b3f35df2 (patch) | |
tree | 7cd074e2ba31ca9346d69922e312ebd3e7298711 /share/qt | |
parent | 2fee100f036626866e5dca3f27b7562da25e43f3 (diff) |
autotools: switch to autotools buildsystem
Diffstat (limited to 'share/qt')
-rw-r--r-- | share/qt/Info.plist.in (renamed from share/qt/Info.plist) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qt/Info.plist b/share/qt/Info.plist.in index f191402e83..d0dd796561 100644 --- a/share/qt/Info.plist +++ b/share/qt/Info.plist.in @@ -7,11 +7,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleGetInfoString</key> - <string>$VERSION, Copyright © 2009-$YEAR The Bitcoin developers</string> + <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin developers</string> <key>CFBundleShortVersionString</key> - <string>$VERSION</string> + <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@</string> <key>CFBundleVersion</key> - <string>$VERSION</string> + <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleExecutable</key> |