Skip to content

Commit 2d8813d

Browse files
committed
Bumping release number to 0.11.2-rc0
1 parent 6e32582 commit 2d8813d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boost/network/version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
#include <boost/config.hpp>
1111

12-
#define BOOST_NETLIB_VERSION_MAJOR 0
13-
#define BOOST_NETLIB_VERSION_MINOR 11
14-
#define BOOST_NETLIB_VERSION_INCREMENT 1
12+
#define BOOST_NETLIB_VERSION_MAJOR $BOOST_NETLIB_VERSION_MAJOR
13+
#define BOOST_NETLIB_VERSION_MINOR $BOOST_NETLIB_VERSION_MINOR
14+
#define BOOST_NETLIB_VERSION_INCREMENT $BOOST_NETLIB_VERSION_INCREMENT
1515

1616
#ifndef BOOST_NETLIB_VERSION
1717
#define BOOST_NETLIB_VERSION \

0 commit comments

Comments
 (0)