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/05/22 18:51:42 UTC

svn commit: r659155 - /stdcxx/branches/4.2.x/src/version.cpp

Author: sebor
Date: Thu May 22 09:51:42 2008
New Revision: 659155

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

	* src/version.cpp (__rw_ident): Added a comment.

Modified:
    stdcxx/branches/4.2.x/src/version.cpp

Modified: stdcxx/branches/4.2.x/src/version.cpp
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/version.cpp?rev=659155&r1=659154&r2=659155&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/version.cpp (original)
+++ stdcxx/branches/4.2.x/src/version.cpp Thu May 22 09:51:42 2008
@@ -35,6 +35,7 @@
 #ifdef _RWSTD_VER_STR
 
 extern const char __rw_ident[] = {
+    // %Z% keyword ("@(#)") retrieved by the POSIX what utility
     "@(#) Apache C++ Standard Library version " _RWSTD_VER_STR
 };