diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index ae842b94a..9a4363419 100644 --- a/bitcoin-qt.pro +++ b/bitcoin-qt.pro @@ -1,7 +1,7 @@ TEMPLATE = app TARGET = litecoin-qt macx:TARGET = "Litecoin-Qt" -VERSION = 0.8.6.1 +VERSION = 0.8.6.2 INCLUDEPATH += src src/json src/qt QT += core gui network greaterThan(QT_MAJOR_VERSION, 4): QT += widgets diff --git a/share/setup.nsi b/share/setup.nsi index bae45517a..fc5c25cf6 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.8.6.1 +!define VERSION 0.8.6.2 !define COMPANY "Litecoin project" !define URL http://www.litecoin.org/ @@ -45,13 +45,13 @@ Var StartMenuGroup !insertmacro MUI_LANGUAGE English # Installer attributes -OutFile litecoin-0.8.6.1-win32-setup.exe +OutFile litecoin-0.8.6.2-win32-setup.exe InstallDir $PROGRAMFILES\Litecoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.8.6.1 +VIProductVersion 0.8.6.2 VIAddVersionKey ProductName Litecoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" diff --git a/src/clientversion.h b/src/clientversion.h index 583ecd8b5..47b71aaca 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 8 #define CLIENT_VERSION_REVISION 6 -#define CLIENT_VERSION_BUILD 1 +#define CLIENT_VERSION_BUILD 2 // Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true