$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76312 - trunk/boost/config/compiler
From: kbelco_at_[hidden]
Date: 2012-01-04 18:42:14
Author: noel_belcourt
Date: 2012-01-04 18:42:11 EST (Wed, 04 Jan 2012)
New Revision: 76312
URL: http://svn.boost.org/trac/boost/changeset/76312
Log:
Fix typo in pgi compiler version.
Text files modified: 
   trunk/boost/config/compiler/pgi.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/pgi.hpp
==============================================================================
--- trunk/boost/config/compiler/pgi.hpp	(original)
+++ trunk/boost/config/compiler/pgi.hpp	2012-01-04 18:42:11 EST (Wed, 04 Jan 2012)
@@ -8,7 +8,7 @@
 //  PGI C++ compiler setup:
 
 #define BOOST_COMPILER_VERSION __PGIC__##__PGIC_MINOR__
-#define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)
+#define BOOST_COMPILER "PGI compiler version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
 
 //
 // Threading support: