File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
2
AC_PREREQ ( [ 2.60] )
3
3
define ( _CLIENT_VERSION_MAJOR , 0 )
4
4
define ( _CLIENT_VERSION_MINOR , 9 )
5
- define ( _CLIENT_VERSION_REVISION , 0 )
5
+ define ( _CLIENT_VERSION_REVISION , 99 )
6
6
define ( _CLIENT_VERSION_BUILD , 0 )
7
- define ( _CLIENT_VERSION_IS_RELEASE , true )
7
+ define ( _CLIENT_VERSION_IS_RELEASE , false )
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 12
12
#define CLIENT_VERSION_MAJOR 0
13
13
#define CLIENT_VERSION_MINOR 9
14
14
#define CLIENT_VERSION_REVISION 0
15
- #define CLIENT_VERSION_BUILD 0
15
+ #define CLIENT_VERSION_BUILD 99
16
16
17
17
// Set to true for release, false for prerelease or test build
18
- #define CLIENT_VERSION_IS_RELEASE true
18
+ #define CLIENT_VERSION_IS_RELEASE false
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