diff --git a/include/boost/limits.hpp b/include/boost/limits.hpp index d08c6d72..87982e54 100644 --- a/include/boost/limits.hpp +++ b/include/boost/limits.hpp @@ -1,8 +1,8 @@ -// (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. +// (C) Copyright John maddock 1999. +// (C) David Abrahams 2002. Distributed under the Boost +// Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // use this header as a workaround for missing diff --git a/include/boost/version.hpp b/include/boost/version.hpp index ed20c2d7..38fb10eb 100644 --- a/include/boost/version.hpp +++ b/include/boost/version.hpp @@ -1,9 +1,8 @@ // 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. +// (C) Copyright John maddock 1999. Distributed under the Boost +// Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/config for documentation @@ -20,7 +19,7 @@ // BOOST_VERSION / 100 % 1000 is the minor version // BOOST_VERSION / 100000 is the major version -#define BOOST_VERSION 103100 +#define BOOST_VERSION 103200 // // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION @@ -28,7 +27,7 @@ // number and y is the minor version number. This is used by // to select which library version to link to. -#define BOOST_LIB_VERSION "1_31" +#define BOOST_LIB_VERSION "1_32" #endif