Skip to content

Commit 1d1f32d

Browse files
committed
Bump versions for 0.7.1 release
1 parent de038ac commit 1d1f32d

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

bitcoin-qt.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE = app
22
TARGET = bitcoin-qt
3-
VERSION = 0.7.0
3+
VERSION = 0.7.1
44
INCLUDEPATH += src src/json src/qt
55
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
66
CONFIG += no_include_pwd

doc/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bitcoin 0.7.0 BETA
1+
Bitcoin 0.7.1 BETA
22

33
Copyright (c) 2009-2012 Bitcoin Developers
44
Distributed under the MIT/X11 software license, see the accompanying

doc/README_windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bitcoin 0.7.0 BETA
1+
Bitcoin 0.7.1 BETA
22

33
Copyright (c) 2009-2012 Bitcoin Developers
44
Distributed under the MIT/X11 software license, see the accompanying

share/setup.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4949
InstallDir $PROGRAMFILES\Bitcoin
5050
CRCCheck on
5151
XPStyle on
5252
BrandingText " "
5353
ShowInstDetails show
54-
VIProductVersion 0.7.0.3
54+
VIProductVersion 0.7.1.0
5555
VIAddVersionKey ProductName Bitcoin
5656
VIAddVersionKey ProductVersion "${VERSION}"
5757
VIAddVersionKey CompanyName "${COMPANY}"

src/clientversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
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!

0 commit comments

Comments
 (0)