Skip to content

Commit 6c0336c

Browse files
committed
build: bump version to 0.13.99
Now that 0.13 branch has been split off, master is 0.13.99 (pre-0.14).
1 parent e4382fb commit 6c0336c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
4-
define(_CLIENT_VERSION_MINOR, 12)
4+
define(_CLIENT_VERSION_MINOR, 13)
55
define(_CLIENT_VERSION_REVISION, 99)
66
define(_CLIENT_VERSION_BUILD, 0)
77
define(_CLIENT_VERSION_IS_RELEASE, false)

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PROJECT_NAME = Bitcoin
3434
# This could be handy for archiving the generated documentation or
3535
# if some version control system is used.
3636

37-
PROJECT_NUMBER = 0.12.99
37+
PROJECT_NUMBER = 0.13.99
3838

3939
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4040
# for a project that appears at the top of each page and should give viewer

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bitcoin Core 0.12.99
1+
Bitcoin Core 0.13.99
22
=====================
33

44
Setup

doc/README_windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bitcoin Core 0.12.99
1+
Bitcoin Core 0.13.99
22
=====================
33

44
Intro

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
//! These need to be macros, as clientversion.cpp's and bitcoin*-res.rc's voodoo requires it
1717
#define CLIENT_VERSION_MAJOR 0
18-
#define CLIENT_VERSION_MINOR 12
18+
#define CLIENT_VERSION_MINOR 13
1919
#define CLIENT_VERSION_REVISION 99
2020
#define CLIENT_VERSION_BUILD 0
2121

0 commit comments

Comments
 (0)