src/cxx_supportlib/vendor-modified/boost/version.hpp in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/version.hpp in passenger-6.0.8
- old
+ new
@@ -17,16 +17,16 @@
//
// BOOST_VERSION % 100 is the patch level
// BOOST_VERSION / 100 % 1000 is the minor version
// BOOST_VERSION / 100000 is the major version
-#define BOOST_VERSION 106900
+#define BOOST_VERSION 107400
//
// BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
// but as a *string* in the form "x_y[_z]" where x is the major version
// number, y is the minor version number, and z is the patch level if not 0.
// This is used by <config/auto_link.hpp> to select which library version to link to.
-#define BOOST_LIB_VERSION "1_69"
+#define BOOST_LIB_VERSION "1_74"
#endif