Skip to content

Commit 2a723b8

Browse files
committed
fix version 0.17.2 to 0.17.3
1 parent de6a20f commit 2a723b8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ std::string LicenseInfo()
565565
"\n" +
566566
"\n" +
567567
_("This is experimental software.") + "\n" +
568-
_("This version is based on Qtum 0.17.2.") + "\n" +
568+
_("This version is based on Qtum 0.17.3.") + "\n" +
569569
"\n" +
570570
strprintf(_("Distributed under the GPLv3 license, see the accompanying file %s or %s"), "COPYING", "<https://opensource.org/licenses/GPL-3.0>") + "\n" +
571571
"\n" +

src/qt/bitcoinstrings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
2727
"keypool. Please use -upgradewallet=169900 or -upgradewallet with no version "
2828
"specified."),
2929
QT_TRANSLATE_NOOP("bitcoin-core", ""
30-
"This version is based on Qtum 0.17.2."),
30+
"This version is based on Qtum 0.17.3."),
3131
QT_TRANSLATE_NOOP("bitcoin-core", ""
3232
"Distributed under the GPLv3 license, see the accompanying file %s or "
3333
"%s"),

src/qt/locale/bitcoin_ja.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3341,8 +3341,8 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
33413341
<translation>GPLv3ライセンスのもとで配布されています。%s または %s を参照してください</translation>
33423342
</message>
33433343
<message>
3344-
<source>This version is based on Qtum 0.17.2.</source>
3345-
<translation>このバージョンはQtum 0.17.2をベースにして作成しています。</translation>
3344+
<source>This version is based on Qtum 0.17.3.</source>
3345+
<translation>このバージョンはQtum 0.17.3をベースにして作成しています。</translation>
33463346
</message>
33473347
<message>
33483348
<source>Prune configured below the minimum of %d MiB. Please use a higher number.</source>

0 commit comments

Comments
 (0)