$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54705 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2009-07-06 04:35:55
Author: johnmaddock
Date: 2009-07-06 04:35:54 EDT (Mon, 06 Jul 2009)
New Revision: 54705
URL: http://svn.boost.org/trac/boost/changeset/54705
Log:
Fix last known version number.
Text files modified: 
   trunk/boost/config/compiler/vacpp.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/vacpp.hpp
==============================================================================
--- trunk/boost/config/compiler/vacpp.hpp	(original)
+++ trunk/boost/config/compiler/vacpp.hpp	2009-07-06 04:35:54 EDT (Mon, 06 Jul 2009)
@@ -47,7 +47,7 @@
 #endif
 //
 // last known and checked version is 600:
-#if (__IBMCPP__ > 600)
+#if (__IBMCPP__ > 1010)
 #  if defined(BOOST_ASSERT_CONFIG)
 #     error "Unknown compiler version - please run the configure tests and report the results"
 #  endif