From 4be9f4d40ea4bd40cf1c99649f1d613a28bb33e1 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Thu, 22 Aug 2013 00:48:18 -1000 Subject: [PATCH] Litecoin version 0.8.4.1 --- bitcoin-qt.pro | 2 +- share/setup.nsi | 6 +++--- src/clientversion.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitcoin-qt.pro b/bitcoin-qt.pro index 3079b3f65..a1711685d 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.3.7 +VERSION = 0.8.4.1 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 fa51e60d5..7490e9532 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.3.7 +!define VERSION 0.8.4.1 !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.3.7-win32-setup.exe +OutFile litecoin-0.8.4.1-win32-setup.exe InstallDir $PROGRAMFILES\Litecoin CRCCheck on XPStyle on BrandingText " " ShowInstDetails show -VIProductVersion 0.8.3.7 +VIProductVersion 0.8.4.1 VIAddVersionKey ProductName Litecoin VIAddVersionKey ProductVersion "${VERSION}" VIAddVersionKey CompanyName "${COMPANY}" diff --git a/src/clientversion.h b/src/clientversion.h index 036188127..05607bf10 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,8 +8,8 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 8 -#define CLIENT_VERSION_REVISION 3 -#define CLIENT_VERSION_BUILD 7 +#define CLIENT_VERSION_REVISION 4 +#define CLIENT_VERSION_BUILD 1 // Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true