1.30.0 prep

[SVN r16693]
This commit is contained in:
Beman Dawes
2002-12-23 15:19:21 +00:00
parent 6fc288a2cd
commit bd3900cb28

View File

@ -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