From 19a43a6de4355d36df56af67cee984a1c25d9cc8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 14 Dec 2009 12:34:47 +0000 Subject: [PATCH] Set last known checked version. [SVN r58377] --- include/boost/config/compiler/codegear.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/codegear.hpp b/include/boost/config/compiler/codegear.hpp index 0e24018e..698624ec 100644 --- a/include/boost/config/compiler/codegear.hpp +++ b/include/boost/config/compiler/codegear.hpp @@ -19,8 +19,8 @@ #endif // // versions check: -// last known and checked version is 0x610 -#if (__CODEGEARC__ > 0x613) +// last known and checked version is 0x620 +#if (__CODEGEARC__ > 0x620) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else