$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2008-02-07 04:55:43
Author: johnmaddock
Date: 2008-02-07 04:55:41 EST (Thu, 07 Feb 2008)
New Revision: 43141
URL: http://svn.boost.org/trac/boost/changeset/43141
Log:
Fix last checked version.
Text files modified: 
   trunk/boost/config/compiler/sunpro_cc.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/config/compiler/sunpro_cc.hpp
==============================================================================
--- trunk/boost/config/compiler/sunpro_cc.hpp	(original)
+++ trunk/boost/config/compiler/sunpro_cc.hpp	2008-02-07 04:55:41 EST (Thu, 07 Feb 2008)
@@ -84,8 +84,8 @@
 #error "Compiler not supported or configured - please reconfigure"
 #endif
 //
-// last known and checked version is 0x570:
-#if (__SUNPRO_CC > 0x580)
+// last known and checked version is 0x590:
+#if (__SUNPRO_CC > 0x590)
 #  if defined(BOOST_ASSERT_CONFIG)
 #     error "Unknown compiler version - please run the configure tests and report the results"
 #  endif