diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index d05ab327..8b8b324e 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -42,8 +42,8 @@ # error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 0x3000: -#if (__MWERKS__ > 0x3000) +// last known and checked version is 0x3001: +#if (__MWERKS__ > 0x3001) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif