X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fboost%2Fversion.hpp;h=967ff28548486364d59618550f646e87e4bbfd46;hb=c40d23deacc277e4a862db803c565ff04e6031f1;hp=a382352cd540e7553d064ec36d293f39d7fee356;hpb=46c6f4de670ac1f930542ca2bd967e5bb6fba940;p=features.git diff --git a/3rdparty/boost/boost/version.hpp b/3rdparty/boost/boost/version.hpp index a382352cd5..967ff28548 100644 --- a/3rdparty/boost/boost/version.hpp +++ b/3rdparty/boost/boost/version.hpp @@ -19,7 +19,7 @@ // BOOST_VERSION / 100 % 1000 is the minor version // BOOST_VERSION / 100000 is the major version -#define BOOST_VERSION 106200 +#define BOOST_VERSION 106800 // // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION @@ -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_62" +#define BOOST_LIB_VERSION "1_68" #endif