File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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 , 12 )
4
+ define ( _CLIENT_VERSION_MINOR , 13 )
5
5
define ( _CLIENT_VERSION_REVISION , 99 )
6
6
define ( _CLIENT_VERSION_BUILD , 0 )
7
7
define ( _CLIENT_VERSION_IS_RELEASE , false )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ PROJECT_NAME = Bitcoin
34
34
# This could be handy for archiving the generated documentation or
35
35
# if some version control system is used.
36
36
37
- PROJECT_NUMBER = 0.12 .99
37
+ PROJECT_NUMBER = 0.13 .99
38
38
39
39
# Using the PROJECT_BRIEF tag one can provide an optional one line description
40
40
# for a project that appears at the top of each page and should give viewer
Original file line number Diff line number Diff line change 1
- Bitcoin Core 0.12 .99
1
+ Bitcoin Core 0.13 .99
2
2
=====================
3
3
4
4
Setup
Original file line number Diff line number Diff line change 1
- Bitcoin Core 0.12 .99
1
+ Bitcoin Core 0.13 .99
2
2
=====================
3
3
4
4
Intro
Original file line number Diff line number Diff line change 15
15
16
16
// ! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
17
17
#define CLIENT_VERSION_MAJOR 0
18
- #define CLIENT_VERSION_MINOR 12
18
+ #define CLIENT_VERSION_MINOR 13
19
19
#define CLIENT_VERSION_REVISION 99
20
20
#define CLIENT_VERSION_BUILD 0
21
21
You can’t perform that action at this time.
0 commit comments