File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11TEMPLATE = app
22TARGET = bitcoin-qt
3- VERSION = 0.7.0
3+ VERSION = 0.7.1
44INCLUDEPATH += src src/json src/qt
55DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
66CONFIG += no_include_pwd
Original file line number Diff line number Diff line change 1- Bitcoin 0.7.0 BETA
1+ Bitcoin 0.7.1 BETA
22
33Copyright (c) 2009-2012 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.7.0 BETA
1+ Bitcoin 0.7.1 BETA
22
33Copyright (c) 2009-2012 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.7 .0
8+ !define VERSION 0.7 .1
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.7 .0 -win32-setup.exe
48+ OutFile bitcoin-0.7 .1 -win32-setup.exe
4949InstallDir $PROGRAMFILES \Bitcoin
5050CRCCheck on
5151XPStyle on
5252BrandingText " "
5353ShowInstDetails show
54- VIProductVersion 0.7 .0.3
54+ VIProductVersion 0.7 .1.0
5555VIAddVersionKey ProductName Bitcoin
5656VIAddVersionKey ProductVersion " ${VERSION}"
5757VIAddVersionKey CompanyName " ${COMPANY}"
Original file line number Diff line number Diff line change 88// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
99#define CLIENT_VERSION_MAJOR 0
1010#define CLIENT_VERSION_MINOR 7
11- #define CLIENT_VERSION_REVISION 0
12- #define CLIENT_VERSION_BUILD 99
11+ #define CLIENT_VERSION_REVISION 1
12+ #define CLIENT_VERSION_BUILD 0
1313
1414// Converts the parameter X to a string after macro replacement on X has been performed.
1515// Don't merge these into one macro!
You can’t perform that action at this time.
0 commit comments