Skip to content

Commit

Permalink
Bump to version 1.0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Nov 26, 2018
1 parent 962fec6 commit cd5e992
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion piratecash.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = piratecash-qt
VERSION = 1.0.2.6
VERSION = 1.0.3.8
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>1.0.2.6, Copyright © 2018 The PirateCash developers</string>
<string>1.0.3.8, Copyright © 2018 The PirateCash developers</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2.6</string>
<string>1.0.3.8</string>
<key>CFBundleVersion</key>
<string>1.0.2.6</string>
<string>1.0.3.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
Expand Down
4 changes: 2 additions & 2 deletions src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 6
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 8

// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true
Expand Down

0 comments on commit cd5e992

Please sign in to comment.