aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2014-04-24 23:37:50 +0800
committerMichael Ford <fanquake@gmail.com>2014-04-24 23:37:50 +0800
commit8abfb9905d386d5b836463f406ea02fafaf33cd7 (patch)
tree9f91d61d65b6f1c785d53ad29159ad05d676246b /share
parent4765b8c11679aeb76efd9ce907a5c17661d4b018 (diff)
downloadbitcoin-8abfb9905d386d5b836463f406ea02fafaf33cd7.tar.xz
Add CLIENT_VERSION_REVISION to mac osx info plist
Diffstat (limited to 'share')
-rw-r--r--share/qt/Info.plist.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in
index e352af1427..e79e59a568 100644
--- a/share/qt/Info.plist.in
+++ b/share/qt/Info.plist.in
@@ -17,13 +17,13 @@
<string>APPL</string>
<key>CFBundleGetInfoString</key>
- <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers</string>
+ <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers</string>
<key>CFBundleShortVersionString</key>
- <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@</string>
+ <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@</string>
<key>CFBundleVersion</key>
- <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@</string>
+ <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@</string>
<key>CFBundleSignature</key>
<string>????</string>