You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by vi...@apache.org on 2008/05/02 01:25:11 UTC

svn commit: r652707 - in /stdcxx/branches/4.2.x: README include/rw/_config.h

Author: vitek
Date: Thu May  1 16:25:11 2008
New Revision: 652707

URL: http://svn.apache.org/viewvc?rev=652707&view=rev
Log:
2008-05-01  Travis Vitek  <vi...@roguewave.com>

	* include/rw/_config.h (_RWSTD_VER, _RWSTD_VER_STR): Bumped
	up version to 4.2.2.
	* README: Ditto.


Modified:
    stdcxx/branches/4.2.x/README
    stdcxx/branches/4.2.x/include/rw/_config.h

Modified: stdcxx/branches/4.2.x/README
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/README?rev=652707&r1=652706&r2=652707&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/README (original)
+++ stdcxx/branches/4.2.x/README Thu May  1 16:25:11 2008
@@ -1,7 +1,7 @@
 
             $Id$
 
-              Apache C++ Standard Library (STDCXX) 4.2.1
+              Apache C++ Standard Library (STDCXX) 4.2.2
               ------------------------------------------
 
   0  Index
@@ -65,7 +65,7 @@
   1  Contents
   -----------
 
-  This  file is  part  of version  4.2.1  of the  Apache C++  Standard
+  This  file is  part  of version  4.2.2  of the  Apache C++  Standard
   Library (STDCXX), an Open  Source implementation of the C++ Standard
   Library   conforming   to   INCITS/ISO/IEC  14882-2003   Programming
   Languages  -- C++.
@@ -691,7 +691,7 @@
        +- include/*{,.cc}        library headers
        |         /config.h       generated configuration header
        +- lib/libstd*.[a|so]     archive or .so symbolic link
-       |      libstd*.so.4.2.1   versioned shared library
+       |      libstd*.so.4.2.2   versioned shared library
        +- nls/*/*                codeset and locale databases
 
   To specify a  subset of locales to install instead  of the full set,

Modified: stdcxx/branches/4.2.x/include/rw/_config.h
URL: http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/rw/_config.h?rev=652707&r1=652706&r2=652707&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/rw/_config.h (original)
+++ stdcxx/branches/4.2.x/include/rw/_config.h Thu May  1 16:25:11 2008
@@ -37,7 +37,7 @@
 
 /*** library version numbers and ids **************************************/
 
-#define _RWSTD_VER 0x04020100
+#define _RWSTD_VER 0x04020200
 //                    | | | |
 //                   MMmmuupp
 //                    | | | |
@@ -47,7 +47,7 @@
 //                    +--------- MM = major version number
 
 // library version string (patch number included only if non-zero)
-#define _RWSTD_VER_STR   "4.2.1"
+#define _RWSTD_VER_STR   "4.2.2"
 
 // library version numbers
 #define _RWSTD_VER_MAJOR ((_RWSTD_VER >> 24) & 0xff)