We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8813d commit 80a715fCopy full SHA for 80a715f
boost/network/version.hpp
@@ -9,9 +9,9 @@
9
10
#include <boost/config.hpp>
11
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
+#define BOOST_NETLIB_VERSION_MAJOR 0
+#define BOOST_NETLIB_VERSION_MINOR 11
+#define BOOST_NETLIB_VERSION_INCREMENT 1
15
16
#ifndef BOOST_NETLIB_VERSION
17
#define BOOST_NETLIB_VERSION \
0 commit comments