Skip to content

Commit cc5fc7b

Browse files
committed
Updating version numbers for SHADE public beta
1 parent 48071b4 commit cc5fc7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

share/qt/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<key>CFBundlePackageType</key>
88
<string>APPL</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>1.5.3b1, Copyright © 2009-2015 The Bitcoin and Syscoin developers</string>
10+
<string>1.6b1-shade, Copyright © 2009-2015 The Bitcoin and Syscoin developers</string>
1111
<key>CFBundleShortVersionString</key>
12-
<string>1.5.3b1</string>
12+
<string>1.6b1-shade</string>
1313
<key>CFBundleVersion</key>
14-
<string>1.5.3b1</string>
14+
<string>1.6b1-shade</string>
1515
<key>CFBundleSignature</key>
1616
<string>????</string>
1717
<key>CFBundleExecutable</key>

src/qt/forms/aboutdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<cursorShape>IBeamCursor</cursorShape>
3636
</property>
3737
<property name="text">
38-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Syscoin &lt;/span&gt;1.5.3b1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
38+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Syscoin &lt;/span&gt;1.6b1-shade&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3939
</property>
4040
<property name="textInteractionFlags">
4141
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern const std::string CLIENT_DATE;
3131
//70005 = r0.1.4 = (mandatory update)
3232
//70005 = r0.1.5 = r0.1.5.1 (non-mandatory update - no protocol version change)
3333
//700051 = r1.5.2 beta4 = dropped leading "0." on versioning, locked to cakenet. BETA not to be used on mainnet
34-
//700052 = r1.5.3 beta = number of improvements and upgrades to offers and certificates. Locked to cakenet for testing. BETA not to be used on mainnet
34+
//700052 = r1.5.3 beta = Locked to cakenet for testing. BETA not to be used on mainnet
3535
static const int PROTOCOL_VERSION = 700052;
3636

3737
// intial proto version, to be increased after version/verack negotiation

0 commit comments

Comments
 (0)