From 8dcb1c2f4e87fb874e1445a6fecbb5c9d4792b67 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 18 Dec 2003 21:33:10 +0000 Subject: [PATCH] Update version numbers [SVN r21329] --- include/boost/config/compiler/metrowerks.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index 7665edf5..1cac17e7 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -53,6 +53,8 @@ # define BOOST_COMPILER_VERSION 8.2 # elif __MWERKS__ == 0x3003 # define BOOST_COMPILER_VERSION 8.3 +# elif __MWERKS__ == 0x3201 +# define BOOST_COMPILER_VERSION 9.2 # else # define BOOST_COMPILER_VERSION __MWERKS__ # endif @@ -67,7 +69,7 @@ #endif // // last known and checked version: -#if (__MWERKS__ > 0x3003) +#if (__MWERKS__ > 0x3201) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif