From 3410301a960b47e3422e6fa3279226bd48b2cf40 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 16 Mar 2001 17:13:29 +0000 Subject: [PATCH] Add BOOST_VERSION per Jens' posting [SVN r9566] --- include/boost/config.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 9e6d5088..086dcaa2 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -11,6 +11,7 @@ // http://www.boost.org/libs/config // Revision History (excluding minor changes for specific compilers) +// 16 Mar 01 Added BOOST_VERSION (Jens Maurer) // 06 Mar 01 Refactored EDG checks for Intel C++ (Dave Abrahams) // 04 Mar 01 Factored EDG checks, added BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP // for Intel C++ 5.0 (Dave Abrahams) @@ -57,6 +58,13 @@ #ifndef BOOST_CONFIG_HPP #define BOOST_CONFIG_HPP +#define BOOST_VERSION 102102 + +// BOOST_VERSION % 100 is the sub-minor version +// BOOST_VERSION / 100 % 1000 is the minor version +// BOOST_VERSION / 100000 is the major version + + // Conformance Flag Macros -------------------------------------------------// // // Conformance flag macros should identify the absence of C++ Standard