Skip to content

Commit

Permalink
Version changed to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
testzcrypto committed Jul 26, 2014
1 parent dc2c6e3 commit c71873d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lottoshares-qt.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = lottoshares-qt
macx:TARGET = "LottoShares-Qt"
VERSION = 1.0.1.0
VERSION = 1.0.2.0
INCLUDEPATH += src src/json src/qt
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down
8 changes: 5 additions & 3 deletions share/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 1.0.1.0
!define VERSION 1.0.2.0
!define COMPANY "LottoShares project"
!define URL http://www.lottoshares.org/

Expand Down Expand Up @@ -45,13 +45,13 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English

# Installer attributes
OutFile ..\release\LottoShares-1.0.1-win32-setup.exe
OutFile ..\release\LottoShares-1.0.2-win32-setup.exe
InstallDir $PROGRAMFILES\LottoShares
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 1.0.1.0
VIProductVersion 1.0.2.0
VIAddVersionKey ProductName LottoShares
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
Expand All @@ -74,6 +74,7 @@ Section -Main SEC0000
File ..\release\protoshares.txt
File ..\release\thirtypercent.txt
File ..\release\thirtypercent2.txt
File ..\release\block5313.txt
WriteRegStr HKCU "${REGKEY}\Components" Main 1
SectionEnd

Expand Down Expand Up @@ -123,6 +124,7 @@ Section /o -un.Main UNSEC0000
Delete /REBOOTOK $INSTDIR\protoshares.txt
Delete /REBOOTOK $INSTDIR\thirtypercent.txt
Delete /REBOOTOK $INSTDIR\thirtypercent2.txt
Delete /REBOOTOK $INSTDIR\block5313.txt
DeleteRegValue HKCU "${REGKEY}\Components" Main
SectionEnd

Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 1
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0

// Set to true for release, false for prerelease or test build
Expand Down

0 comments on commit c71873d

Please sign in to comment.