Browse Source

Litecoin v0.8.6.1

0.8 v0.8.6.1
Warren Togami 11 years ago
parent
commit
88e2a2e898
  1. 2
      bitcoin-qt.pro
  2. 6
      share/setup.nsi
  3. 2
      src/clientversion.h

2
bitcoin-qt.pro

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = litecoin-qt
macx:TARGET = "Litecoin-Qt"
VERSION = 0.8.5.1
VERSION = 0.8.6.1
INCLUDEPATH += src src/json src/qt
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

6
share/setup.nsi

@ -5,7 +5,7 @@ SetCompressor /SOLID lzma @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 0.8.5.1
!define VERSION 0.8.6.1
!define COMPANY "Litecoin project"
!define URL http://www.litecoin.org/
@ -45,13 +45,13 @@ Var StartMenuGroup @@ -45,13 +45,13 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English
# Installer attributes
OutFile litecoin-0.8.5.1-win32-setup.exe
OutFile litecoin-0.8.6.1-win32-setup.exe
InstallDir $PROGRAMFILES\Litecoin
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.8.5.1
VIProductVersion 0.8.6.1
VIAddVersionKey ProductName Litecoin
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"

2
src/clientversion.h

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
// 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 5
#define CLIENT_VERSION_REVISION 6
#define CLIENT_VERSION_BUILD 1
// Set to true for release, false for prerelease or test build

Loading…
Cancel
Save