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