update version comment

[SVN r12477]
This commit is contained in:
Douglas Gregor
2002-01-24 13:33:11 +00:00
parent 810fea3ae9
commit 78793dd2ba

View File

@@ -49,7 +49,7 @@
# error "Compiler not configured - please reconfigure"
#endif
//
// last known and checked version is 3.0:
// last known and checked version is 3.1:
#if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 1))
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"