forked from boostorg/config
1.30.0 prep
[SVN r16693]
This commit is contained in:
@ -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
|
// (C) Copyright Boost.org 1999. Permission to copy, use, modify, sell and
|
||||||
// distribute this software is granted provided this copyright notice appears
|
// distribute this software is granted provided this copyright notice appears
|
||||||
// in all copies. This software is provided "as is" without express or implied
|
// 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.
|
// 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
|
#ifndef BOOST_VERSION_HPP
|
||||||
#define BOOST_VERSION_HPP
|
#define BOOST_VERSION_HPP
|
||||||
@ -20,7 +20,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 102900
|
#define BOOST_VERSION 103000
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user