diff --git a/include/boost/version.hpp b/include/boost/version.hpp index 1c3e6b13..6baf8508 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -27,6 +27,6 @@ // 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_87" +#define BOOST_LIB_VERSION "1_78" #endif