X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fversion.hpp;h=d15482fee9a5012787a0e58f94998368384ae83d;hb=43c09d723435a5b203f2ac0c39e2086de836b386;hp=b62c4111aaef0dad6696b1a6e2c7c268ccdd927c;hpb=c2f99181e60c3b92ddeed85a5910ac856d155810;p=lyx.git diff --git a/boost/boost/version.hpp b/boost/boost/version.hpp index b62c4111aa..d15482fee9 100644 --- a/boost/boost/version.hpp +++ b/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 103600 +#define BOOST_VERSION 104800 // // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION @@ -27,7 +27,7 @@ // 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_36" +#define BOOST_LIB_VERSION "1_48" #endif