Browse Source

Litecoin version 0.8.3.7

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

2
bitcoin-qt.pro

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

6
share/setup.nsi

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

4
src/clientversion.h

@ -9,10 +9,10 @@
#define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 8 #define CLIENT_VERSION_MINOR 8
#define CLIENT_VERSION_REVISION 3 #define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 6 #define CLIENT_VERSION_BUILD 7
// Set to true for release, false for prerelease or test build // Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE false #define CLIENT_VERSION_IS_RELEASE true
// Copyright year (2009-this) // Copyright year (2009-this)
// Todo: update this when changing our copyright comments in the source // Todo: update this when changing our copyright comments in the source

Loading…
Cancel
Save