Skip to content

Commit 8896c2d

Browse files
committed
Bump version 0.5.99 (prep for pulling for version 0.6)
1 parent b12fc3e commit 8896c2d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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 =
3-
VERSION = 0.5.1
3+
VERSION = 0.5.99
44
INCLUDEPATH += src src/json src/qt
55
DEFINES += QT_GUI BOOST_THREAD_USE_LIB
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.5.1 BETA
1+
Bitcoin 0.5.99 BETA
22

33
Copyright (c) 2009-2011 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.5.1 BETA
1+
Bitcoin 0.5.99 BETA
22

33
Copyright (c) 2009-2011 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.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
4949
InstallDir $PROGRAMFILES\Bitcoin
5050
CRCCheck on
5151
XPStyle on
5252
BrandingText " "
5353
ShowInstDetails show
54-
VIProductVersion 0.5.1.0
54+
VIProductVersion 0.5.99.0
5555
VIAddVersionKey ProductName Bitcoin
5656
VIAddVersionKey ProductVersion "${VERSION}"
5757
VIAddVersionKey CompanyName "${COMPANY}"

src/serialize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class CDataStream;
6060
class CAutoFile;
6161
static const unsigned int MAX_SIZE = 0x02000000;
6262

63-
static const int VERSION = 50100;
63+
static const int VERSION = 59900;
6464
static const char* pszSubVer = "";
6565
static const bool VERSION_IS_BETA = true;
6666

0 commit comments

Comments
 (0)