12345678910111213141516171819202122232425262728 |
- #ifndef BOOST_BEAST_VERSION_HPP
- #define BOOST_BEAST_VERSION_HPP
- #include <boost/beast/core/detail/config.hpp>
- #include <boost/config.hpp>
- #define BOOST_BEAST_VERSION 313
- #define BOOST_BEAST_VERSION_STRING "Boost.Beast/" BOOST_STRINGIZE(BOOST_BEAST_VERSION)
- #endif
|