File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11TEMPLATE = app
22TARGET =
3- VERSION = 0.5.1
3+ VERSION = 0.5.99
44INCLUDEPATH += src src/json src/qt
55DEFINES += QT_GUI BOOST_THREAD_USE_LIB
66CONFIG += no_include_pwd
Original file line number Diff line number Diff line change 1- Bitcoin 0.5.1 BETA
1+ Bitcoin 0.5.99 BETA
22
33Copyright (c) 2009-2011 Bitcoin Developers
44Distributed under the MIT/X11 software license, see the accompanying
Original file line number Diff line number Diff line change 1- Bitcoin 0.5.1 BETA
1+ Bitcoin 0.5.99 BETA
22
33Copyright (c) 2009-2011 Bitcoin Developers
44Distributed under the MIT/X11 software license, see the accompanying
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
55
66# General Symbol Definitions
77!define REGKEY " SOFTWARE\$(^Name)"
8- !define VERSION 0.5 .1
8+ !define VERSION 0.5 .99
99!define COMPANY " Bitcoin project"
1010!define URL http://www.bitcoin.org/
1111
@@ -45,13 +45,13 @@ Var StartMenuGroup
4545!insertmacro MUI_LANGUAGE English
4646
4747# Installer attributes
48- OutFile bitcoin-0.5 .1 -win32-setup.exe
48+ OutFile bitcoin-0.5 .99 -win32-setup.exe
4949InstallDir $PROGRAMFILES \Bitcoin
5050CRCCheck on
5151XPStyle on
5252BrandingText " "
5353ShowInstDetails show
54- VIProductVersion 0.5 .1 .0
54+ VIProductVersion 0.5 .99 .0
5555VIAddVersionKey ProductName Bitcoin
5656VIAddVersionKey ProductVersion " ${VERSION}"
5757VIAddVersionKey CompanyName " ${COMPANY}"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class CDataStream;
6060class CAutoFile ;
6161static const unsigned int MAX_SIZE = 0x02000000 ;
6262
63- static const int VERSION = 50100 ;
63+ static const int VERSION = 59900 ;
6464static const char * pszSubVer = " " ;
6565static const bool VERSION_IS_BETA = true ;
6666
You can’t perform that action at this time.
0 commit comments