From b99b9771c1f5c75c4407218978c722f63bcb484d Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 30 Aug 2002 12:47:29 +0000 Subject: [PATCH] 8.02 [SVN r15113] --- include/boost/config/compiler/metrowerks.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index 43f35008..cc8305bf 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -36,6 +36,8 @@ # define BOOST_COMPILER_VERSION 8.0 # elif __MWERKS__ == 0x3001 # define BOOST_COMPILER_VERSION 8.1 +# elif __MWERKS__ == 0x3002 +# define BOOST_COMPILER_VERSION 8.2 # else # define BOOST_COMPILER_VERSION __MWERKS__ # endif @@ -49,8 +51,8 @@ # error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 0x3001: -#if (__MWERKS__ > 0x3001) +// last known and checked version: +#if (__MWERKS__ > 0x3002) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif