From a37bdd82b5b07b856e8d6245350e99e7240c4088 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 16 Sep 2002 11:52:30 +0000 Subject: [PATCH] Updated last vacpp version number [SVN r15370] --- include/boost/config/compiler/vacpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/vacpp.hpp b/include/boost/config/compiler/vacpp.hpp index c4ef9f18..6e575db7 100644 --- a/include/boost/config/compiler/vacpp.hpp +++ b/include/boost/config/compiler/vacpp.hpp @@ -27,7 +27,7 @@ #endif // // last known and checked version is 500: -#if (__IBMCPP__ > 500) +#if (__IBMCPP__ > 502) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # endif