Skip to content

Commit 80a715f

Browse files
committed
Revert "Bumping release number to 0.11.2-rc0"
This reverts commit 2d8813d.
1 parent 2d8813d commit 80a715f

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 $BOOST_NETLIB_VERSION_MAJOR
13-
#define BOOST_NETLIB_VERSION_MINOR $BOOST_NETLIB_VERSION_MINOR
14-
#define BOOST_NETLIB_VERSION_INCREMENT $BOOST_NETLIB_VERSION_INCREMENT
12+
#define BOOST_NETLIB_VERSION_MAJOR 0
13+
#define BOOST_NETLIB_VERSION_MINOR 11
14+
#define BOOST_NETLIB_VERSION_INCREMENT 1
1515

1616
#ifndef BOOST_NETLIB_VERSION
1717
#define BOOST_NETLIB_VERSION \

0 commit comments

Comments
 (0)