You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2008/03/31 18:04:40 UTC

svn commit: r643039 - /stdcxx/trunk/src/version.cpp

Author: sebor
Date: Mon Mar 31 09:04:36 2008
New Revision: 643039

URL: http://svn.apache.org/viewvc?rev=643039&view=rev
Log:
2008-03-31  Martin Sebor  <se...@roguewave.com>

	* src/version.cpp (__rw_ident): Updated the name of the library.

Modified:
    stdcxx/trunk/src/version.cpp

Modified: stdcxx/trunk/src/version.cpp
URL: http://svn.apache.org/viewvc/stdcxx/trunk/src/version.cpp?rev=643039&r1=643038&r2=643039&view=diff
==============================================================================
--- stdcxx/trunk/src/version.cpp (original)
+++ stdcxx/trunk/src/version.cpp Mon Mar 31 09:04:36 2008
@@ -35,7 +35,7 @@
 #ifdef _RWSTD_VER_STR
 
 extern const char __rw_ident[] = {
-    "@(#) Rogue Wave C++ Standard Library version " _RWSTD_VER_STR
+    "@(#) Apache C++ Standard Library version " _RWSTD_VER_STR
 };
 
 #endif   // _RWSTD_VER_STR