File tree Expand file tree Collapse file tree 8 files changed +9
-13
lines changed Expand file tree Collapse file tree 8 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
1
TEMPLATE = app
2
2
TARGET =
3
- VERSION = 0.6.0
3
+ VERSION = 0.6.1
4
4
INCLUDEPATH += src src/json src/qt
5
5
DEFINES += QT_GUI BOOST_THREAD_USE_LIB
6
6
CONFIG += no_include_pwd
Original file line number Diff line number Diff line change 1
- Bitcoin 0.6.0 BETA
1
+ Bitcoin 0.6.1rc1 BETA
2
2
3
3
Copyright (c) 2009-2012 Bitcoin Developers
4
4
Distributed under the MIT/X11 software license, see the accompanying
Original file line number Diff line number Diff line change 1
- Bitcoin 0.6.0 BETA
1
+ Bitcoin 0.6.1rc1 BETA
2
2
3
3
Copyright (c) 2009-2012 Bitcoin Developers
4
4
Distributed under the MIT/X11 software license, see the accompanying
Original file line number Diff line number Diff line change 2
2
3
3
* update (commit) version in sources
4
4
bitcoin-qt.pro
5
- src/version.cpp
5
+ src/version.h
6
6
share/setup.nsi
7
7
doc/README*
8
8
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma
5
5
6
6
# General Symbol Definitions
7
7
!define REGKEY " SOFTWARE\$(^Name)"
8
- !define VERSION 0.6 .0
8
+ !define VERSION 0.6 .1
9
9
!define COMPANY " Bitcoin project"
10
10
!define URL http://www.bitcoin.org/
11
11
@@ -45,13 +45,13 @@ Var StartMenuGroup
45
45
!insertmacro MUI_LANGUAGE English
46
46
47
47
# Installer attributes
48
- OutFile bitcoin-0.6 .0 -win32-setup.exe
48
+ OutFile bitcoin-0.6 .1rc1 -win32-setup.exe
49
49
InstallDir $PROGRAMFILES \Bitcoin
50
50
CRCCheck on
51
51
XPStyle on
52
52
BrandingText " "
53
53
ShowInstDetails show
54
- VIProductVersion 0.6 .0.99
54
+ VIProductVersion 0.6 .1.1
55
55
VIAddVersionKey ProductName Bitcoin
56
56
VIAddVersionKey ProductVersion " ${VERSION}"
57
57
VIAddVersionKey CompanyName " ${COMPANY}"
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
13
13
static const int CLIENT_VERSION_MAJOR = 0 ;
14
14
static const int CLIENT_VERSION_MINOR = 6 ;
15
- static const int CLIENT_VERSION_REVISION = 0 ;
16
- static const int CLIENT_VERSION_BUILD = 99 ;
15
+ static const int CLIENT_VERSION_REVISION = 1 ;
16
+ static const int CLIENT_VERSION_BUILD = 1 ;
17
17
18
18
static const int CLIENT_VERSION =
19
19
1000000 * CLIENT_VERSION_MAJOR
You can’t perform that action at this time.
0 commit comments