Version bump

This commit is contained in:
langerhans 2014-03-12 22:18:54 +01:00
parent 0365307a09
commit f37efddf05
6 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = dogecoin-qt
macx:TARGET = "Dogecoin-Qt"
VERSION = 1.5.3
VERSION = 1.6.0
INCLUDEPATH += src src/json src/qt
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

View file

@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION "1.5.3.0"
!define VERSION "1.6.0.0"
!define COMPANY "Dogecoin"
!define URL http://dogecoin.com

View file

@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 1.5.3
!define VERSION 1.6.0
!define COMPANY "Dogecoin project"
!define URL http://www.dogecoin.com/

View file

@ -9,8 +9,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 5
#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_MINOR 6
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
// Set to true for release, false for prerelease or test build

View file

@ -38,7 +38,7 @@ const std::string CLIENT_NAME("Shibetoshi");
#define GIT_ARCHIVE 1
#ifdef GIT_ARCHIVE
# define GIT_COMMIT_ID ""
# define GIT_COMMIT_DATE "Mon, 23 Feb 2014 13:37:00 +0000"
# define GIT_COMMIT_DATE "Wed, 12 Mar 2014 13:37:00 +0000"
#endif
#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \

View file

@ -26,7 +26,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 70001;
static const int PROTOCOL_VERSION = 70002;
// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;