X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fboost%2Fversion.hpp;h=967ff28548486364d59618550f646e87e4bbfd46;hb=c40d23deacc277e4a862db803c565ff04e6031f1;hp=ce6f79f8400a57138a4c8620da37bf5a7b5607cf;hpb=2a3efc1585b2ed0b7c392c7b0c64b01b3b1136c1;p=features.git diff --git a/3rdparty/boost/boost/version.hpp b/3rdparty/boost/boost/version.hpp index ce6f79f840..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 106100 +#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_61" +#define BOOST_LIB_VERSION "1_68" #endif