aboutsummaryrefslogtreecommitdiff
path: root/share/qt
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-11-21 13:32:01 -0500
committerAndrew Chow <achow101-github@achow101.com>2020-11-21 14:12:08 -0500
commit68c2ef13e953f142f818a84be9e2c09ef8636ccc (patch)
tree5de27e60e9d9424f348c26e67c826e49cc15d5e1 /share/qt
parent816132e6eb23c06287c1e820cc0990d2317c2f10 (diff)
downloadbitcoin-68c2ef13e953f142f818a84be9e2c09ef8636ccc.tar.xz
Fix version string in Windows and Mac installers
Fixes some typos that cause gitian to fail to make the installers.
Diffstat (limited to 'share/qt')
-rw-r--r--share/qt/Info.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in
index 8c0eb22540..7e3b0d5eb0 100644
--- a/share/qt/Info.plist.in
+++ b/share/qt/Info.plist.in
@@ -17,7 +17,7 @@
<string>APPL</string>
<key>NSHumanReadableCopyright</key>
- <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@.@CLIENT_VERSION_BUILD@, Copyright © 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string>
+ <string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@, Copyright © 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string>
<key>CFBundleShortVersionString</key>
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>