forked from boostorg/config
Removed Boost.org copyrights and replaced with originating authors copyright instead.
[SVN r24372]
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and
|
// (C) Copyright John maddock 1999.
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// (C) David Abrahams 2002. Distributed under the Boost
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// Software License, Version 1.0. (See accompanying file
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
//
|
//
|
||||||
// use this header as a workaround for missing <limits>
|
// use this header as a workaround for missing <limits>
|
||||||
|
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
// Boost version.hpp configuration header file ------------------------------//
|
// Boost version.hpp configuration header file ------------------------------//
|
||||||
|
|
||||||
// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and
|
// (C) Copyright John maddock 1999. Distributed under the Boost
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// Software License, Version 1.0. (See accompanying file
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
|
||||||
|
|
||||||
// See http://www.boost.org/libs/config for documentation
|
// See http://www.boost.org/libs/config for documentation
|
||||||
|
|
||||||
@@ -20,7 +19,7 @@
|
|||||||
// BOOST_VERSION / 100 % 1000 is the minor version
|
// BOOST_VERSION / 100 % 1000 is the minor version
|
||||||
// BOOST_VERSION / 100000 is the major 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
|
// 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
|
// number and y is the minor version number. This is used by
|
||||||
// <config/auto_link.hpp> to select which library version to link to.
|
// <config/auto_link.hpp> to select which library version to link to.
|
||||||
|
|
||||||
#define BOOST_LIB_VERSION "1_31"
|
#define BOOST_LIB_VERSION "1_32"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user