From c90afc4022623746091443bccf331538fe010766 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 12 Feb 2003 20:41:55 +0000 Subject: [PATCH] standarize version message format so status reporting finds it [SVN r17338] --- 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 336fabe3..7932c0e2 100644 --- a/include/boost/config/compiler/vacpp.hpp +++ b/include/boost/config/compiler/vacpp.hpp @@ -29,7 +29,7 @@ # define BOOST_HAS_THREADS #endif -#define BOOST_COMPILER "IBM Visual Age" BOOST_STRINGIZE(__IBMCPP__) +#define BOOST_COMPILER "IBM Visual Age version " BOOST_STRINGIZE(__IBMCPP__) // // versions check: