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  <[EMAIL PROTECTED]>

        * 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


Reply via email to