aboutsummaryrefslogtreecommitdiff
path: root/share
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
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')
-rw-r--r--share/qt/Info.plist.in2
-rw-r--r--share/setup.nsi.in2
2 files changed, 2 insertions, 2 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>
diff --git a/share/setup.nsi.in b/share/setup.nsi.in
index 1c4dcf3842..681f243d04 100644
--- a/share/setup.nsi.in
+++ b/share/setup.nsi.in
@@ -56,7 +56,7 @@ CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@.@CLIENT_VERSION_BUILD@
+VIProductVersion @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@.0
VIAddVersionKey ProductName "@PACKAGE_NAME@"
VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
VIAddVersionKey CompanyName "${COMPANY}"