File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ find_package( Threads )
58
58
set (CMAKE_VERBOSE_MAKEFILE true )
59
59
60
60
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 )
63
63
set (CPPNETLIB_VERSION_STRING ${CPPNETLIB_VERSION_MAJOR} .${CPPNETLIB_VERSION_MINOR} .${CPPNETLIB_VERSION_PATCH} )
64
64
65
65
if (CMAKE_BUILD_TYPE MATCHES Debug)
Original file line number Diff line number Diff line change 11
11
12
12
#define BOOST_NETLIB_VERSION_MAJOR 0
13
13
#define BOOST_NETLIB_VERSION_MINOR 12
14
- #define BOOST_NETLIB_VERSION_INCREMENT 0rc0
14
+ #define BOOST_NETLIB_VERSION_INCREMENT 0rc0rc0
15
15
16
16
#ifndef BOOST_NETLIB_VERSION
17
17
#define BOOST_NETLIB_VERSION \
You can’t perform that action at this time.
0 commit comments