Version bump for 1.5.3

This commit is contained in:
Jackson Palmer 2014-02-23 09:46:52 +11:00
parent 1b4be521f8
commit 04924bd07b
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = dogecoin-qt
macx:TARGET = "Dogecoin-Qt"
VERSION = 1.5.1
VERSION = 1.5.3
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.2.0"
!define VERSION "1.5.3.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.1
!define VERSION 1.5.3
!define COMPANY "Dogecoin project"
!define URL http://www.dogecoin.com/

View File

@ -10,7 +10,7 @@
// 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 2
#define CLIENT_VERSION_REVISION 3
#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, 18 Feb 2014 13:37:00 +0000"
# define GIT_COMMIT_DATE "Mon, 23 Feb 2014 13:37:00 +0000"
#endif
#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \