Skip to content

Commit d02aeab

Browse files
committed
Bumping release number to 0.12.0rc0
1 parent 086bd2c commit d02aeab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ find_package( Threads )
5858
set(CMAKE_VERBOSE_MAKEFILE true)
5959

6060
set(CPPNETLIB_VERSION_MAJOR 0) # MUST bump this whenever we make ABI-incompatible changes
61-
set(CPPNETLIB_VERSION_MINOR 11)
62-
set(CPPNETLIB_VERSION_PATCH 1)
61+
set(CPPNETLIB_VERSION_MINOR 12)
62+
set(CPPNETLIB_VERSION_PATCH 0rc0)
6363
set(CPPNETLIB_VERSION_STRING ${CPPNETLIB_VERSION_MAJOR}.${CPPNETLIB_VERSION_MINOR}.${CPPNETLIB_VERSION_PATCH})
6464

6565
if (CMAKE_BUILD_TYPE MATCHES Debug)

boost/network/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define BOOST_NETLIB_VERSION_MAJOR 0
1313
#define BOOST_NETLIB_VERSION_MINOR 12
14-
#define BOOST_NETLIB_VERSION_INCREMENT 0rc0
14+
#define BOOST_NETLIB_VERSION_INCREMENT 0rc0rc0
1515

1616
#ifndef BOOST_NETLIB_VERSION
1717
#define BOOST_NETLIB_VERSION \

0 commit comments

Comments
 (0)