From bd3900cb28e2733e3d2b4ad319cee05926a00e68 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 23 Dec 2002 15:19:21 +0000 Subject: [PATCH] 1.30.0 prep [SVN r16693] --- include/boost/version.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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