Skip to content

Commit

Permalink
Bump version to 1.0.5.1 and protocol 60012
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Feb 3, 2019
1 parent be4d4e3 commit 0b1d858
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion piratecash.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = piratecash-qt
VERSION = 1.0.5.0
VERSION = 1.0.5.1
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
QT += network printsupport
DEFINES += ENABLE_WALLET
Expand Down
6 changes: 3 additions & 3 deletions share/qt/Info.plist
Expand Up @@ -7,11 +7,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>1.0.5.0, Copyright © 2018 - 2019 The PirateCash developers</string>
<string>1.0.5.1, Copyright © 2018 - 2019 The PirateCash developers</string>
<key>CFBundleShortVersionString</key>
<string>1.0.5.0</string>
<string>1.0.5.1</string>
<key>CFBundleVersion</key>
<string>1.0.5.0</string>
<string>1.0.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 5
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70509;
// network protocol versioning
//

static const int PROTOCOL_VERSION = 60011;
static const int PROTOCOL_VERSION = 60012;

// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;
Expand Down

0 comments on commit 0b1d858

Please sign in to comment.