diff --git a/include/boost/version.hpp b/include/boost/version.hpp index 21199bf2..44f3440c 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -1,11 +1,11 @@ -// Boost config.hpp configuration header file ------------------------------// +// Boost version.hpp configuration header file ------------------------------// // (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and // distribute this software is granted provided this copyright notice appears // in all copies. This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. -// See http://www.boost.org for most recent version. +// See http://www.boost.org/libs/config for documentation #ifndef BOOST_VERSION_HPP #define BOOST_VERSION_HPP @@ -20,7 +20,7 @@ // BOOST_VERSION / 100 % 1000 is the minor version // BOOST_VERSION / 100000 is the major version -#define BOOST_VERSION 102900 +#define BOOST_VERSION 103000 #endif