File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33define ( _CLIENT_VERSION_MAJOR , 0 )
44define ( _CLIENT_VERSION_MINOR , 9 )
55define ( _CLIENT_VERSION_REVISION , 2 )
6- define ( _CLIENT_VERSION_BUILD , 0 )
6+ define ( _CLIENT_VERSION_BUILD , 1 )
77define ( _CLIENT_VERSION_IS_RELEASE , true )
88define ( _COPYRIGHT_YEAR , 2014 )
99AC_INIT ( [ Bitcoin Core] ,
[ _CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION] ,
[ [email protected] ] ,
[ bitcoin] )
Original file line number Diff line number Diff line change 1212#define CLIENT_VERSION_MAJOR 0
1313#define CLIENT_VERSION_MINOR 9
1414#define CLIENT_VERSION_REVISION 2
15- #define CLIENT_VERSION_BUILD 0
15+ #define CLIENT_VERSION_BUILD 1
1616
1717// Set to true for release, false for prerelease or test build
1818#define CLIENT_VERSION_IS_RELEASE true
You can’t perform that action at this time.
0 commit comments