File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
2
AC_PREREQ ( [ 2.60] )
3
3
define ( _CLIENT_VERSION_MAJOR , 0 )
4
- define ( _CLIENT_VERSION_MINOR , 8 )
5
- define ( _CLIENT_VERSION_REVISION , 99 )
4
+ define ( _CLIENT_VERSION_MINOR , 9 )
5
+ define ( _CLIENT_VERSION_REVISION , 0 )
6
6
define ( _CLIENT_VERSION_BUILD , 0 )
7
- define ( _CLIENT_VERSION_IS_RELEASE , false )
7
+ define ( _CLIENT_VERSION_IS_RELEASE , true )
8
8
define ( _COPYRIGHT_YEAR , 2014 )
9
9
AC_INIT ( [ Bitcoin Core] ,
[ _CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION] ,
[ [email protected] ] ,
[ bitcoin] )
10
10
AC_CONFIG_AUX_DIR ( [ src/build-aux] )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKINGDIR="/tmp/bitcoin"
18
18
TMPFILE=" hashes.tmp"
19
19
20
20
# this URL is used if a version number is not specified as an argument to the script
21
- SIGNATUREFILE=" http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.8.2 /SHA256SUMS.asc"
21
+ SIGNATUREFILE=" http://downloads.sourceforge.net/project/bitcoin/Bitcoin/bitcoin-0.9.0rc1 /SHA256SUMS.asc"
22
22
23
23
SIGNATUREFILENAME=" SHA256SUMS.asc"
24
24
RCSUBDIR=" test/"
Original file line number Diff line number Diff line change 1
- Bitcoin 0.8.2 BETA
2
- ====================
1
+ Bitcoin 0.9.0rc1 BETA
2
+ =====================
3
3
4
- Copyright (c) 2009-2013 Bitcoin Developers
4
+ Copyright (c) 2009-2014 Bitcoin Developers
5
5
6
6
7
7
Setup
Original file line number Diff line number Diff line change 1
- Bitcoin 0.8.2 BETA
1
+ Bitcoin 0.9.0rc1 BETA
2
+
3
+ Copyright (c) 2009-2014 Bitcoin Core Developers
2
4
3
- Copyright (c) 2009-2013 Bitcoin Developers
4
5
Distributed under the MIT/X11 software license, see the accompanying
5
6
file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
7
This product includes software developed by the OpenSSL Project for use in
Original file line number Diff line number Diff line change 10
10
11
11
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
12
12
#define CLIENT_VERSION_MAJOR 0
13
- #define CLIENT_VERSION_MINOR 8
14
- #define CLIENT_VERSION_REVISION 99
13
+ #define CLIENT_VERSION_MINOR 9
14
+ #define CLIENT_VERSION_REVISION 0
15
15
#define CLIENT_VERSION_BUILD 0
16
16
17
17
// Set to true for release, false for prerelease or test build
18
- #define CLIENT_VERSION_IS_RELEASE false
18
+ #define CLIENT_VERSION_IS_RELEASE true
19
19
20
20
// Copyright year (2009-this)
21
21
// Todo: update this when changing our copyright comments in the source
You can’t perform that action at this time.
0 commit comments