diff --git a/include/boost/version.hpp b/include/boost/version.hpp index d4f96bbc..041e37d6 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -27,7 +27,7 @@ // number, y is the minor version number, and z is the patch level if not 0. // This is used by to select which library version to link to. -#define BOOST_LIB_VERSION "1_47_0" +#define BOOST_LIB_VERSION "1_47" #endif