Skip to content

Commit

Permalink
Bump to version 1.0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gades committed Jan 30, 2019
1 parent 75a763b commit 50d66ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion piratecash.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = piratecash-qt
VERSION = 1.0.4.5
VERSION = 1.0.4.6
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.4.5, Copyright © 2018 - 2019 The PirateCash developers</string>
<string>1.0.4.6, Copyright © 2018 - 2019 The PirateCash developers</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4.5</string>
<string>1.0.4.6</string>
<key>CFBundleVersion</key>
<string>1.0.4.5</string>
<string>1.0.4.6</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 4
#define CLIENT_VERSION_BUILD 5
#define CLIENT_VERSION_BUILD 6

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

0 comments on commit 50d66ec

Please sign in to comment.