From 298c11e6ff667bc4a33c756fe4e1933f03c1c418 Mon Sep 17 00:00:00 2001 From: nzsquirrell Date: Fri, 17 Jun 2016 21:34:49 +1200 Subject: [PATCH] vertcoin 0.10.0.1 --- share/setup.nsi | 2 +- src/clientversion.h | 4 ++-- vertcoin-qt-mingw32.static.pro | 2 +- vertcoin-qt.pro | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/share/setup.nsi b/share/setup.nsi index f6626604a687d..f648400437e9b 100644 --- a/share/setup.nsi +++ b/share/setup.nsi @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION 0.10.0.0 +!define VERSION 0.10.0.1 !define COMPANY "Vertcoin project" !define URL https://www.vertcoin.org/ diff --git a/src/clientversion.h b/src/clientversion.h index c3a1fc1cf0ab3..0472b91c13415 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,14 +9,14 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 10 #define CLIENT_VERSION_REVISION 0 -#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 // Copyright year (2009-this) // Todo: update this when changing our copyright comments in the source -#define COPYRIGHT_YEAR 2015 +#define COPYRIGHT_YEAR 2016 // Converts the parameter X to a string after macro replacement on X has been performed. // Don't merge these into one macro! diff --git a/vertcoin-qt-mingw32.static.pro b/vertcoin-qt-mingw32.static.pro index 4aec523204cff..f02767feec31d 100644 --- a/vertcoin-qt-mingw32.static.pro +++ b/vertcoin-qt-mingw32.static.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = vertcoin-qt macx:TARGET = "Vertcoin-Qt" -VERSION = 0.10.0.0 +VERSION = 0.10.0.1 INCLUDEPATH += src src/json src/qt QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets diff --git a/vertcoin-qt.pro b/vertcoin-qt.pro index 2312dfa062240..557f5c5a00556 100644 --- a/vertcoin-qt.pro +++ b/vertcoin-qt.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = vertcoin-qt macx:TARGET = "Vertcoin-Qt" -VERSION = 0.10.0.0 +VERSION = 0.10.0.1 INCLUDEPATH += src src/json src/qt QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets