diff --git a/dogecoin-qt.pro b/dogecoin-qt.pro index 961d8225b..0597816b6 100644 --- a/dogecoin-qt.pro +++ b/dogecoin-qt.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = dogecoin-qt macx:TARGET = "Dogecoin-Qt" -VERSION = 1.6.0 +VERSION = 1.6.1 INCLUDEPATH += src src/json src/qt QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets diff --git a/share/setup-win-build.nsi b/share/setup-win-build.nsi index 9fd9b28cb..accabed1c 100644 --- a/share/setup-win-build.nsi +++ b/share/setup-win-build.nsi @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma # General Symbol Definitions !define REGKEY "SOFTWARE\$(^Name)" -!define VERSION "1.6.0.0" +!define VERSION "1.6.1.0" !define COMPANY "Dogecoin" !define URL http://dogecoin.com diff --git a/share/setup.nsi b/share/setup.nsi index 4172e0d35..234144868 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 1.6.0 +!define VERSION 1.6.1 !define COMPANY "Dogecoin project" !define URL http://www.dogecoin.com/ diff --git a/src/clientversion.h b/src/clientversion.h index 859a193de..66b83fe58 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -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 6 -#define CLIENT_VERSION_REVISION 0 +#define CLIENT_VERSION_REVISION 1 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build diff --git a/src/mac/Info.plist b/src/mac/Info.plist index 8b631e637..3994efd10 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -14,9 +14,9 @@ CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleVersion - 1.6.0 + 1.6.1 NSPrincipalClass NSApplication CFBundleIconFile