Author: sebor
Date: Thu Apr 24 17:21:19 2008
New Revision: 651468
URL: http://svn.apache.org/viewvc?rev=651468&view=rev
Log:
2008-04-24 Martin Sebor <[EMAIL PROTECTED]>
* include/rw/_config.h (_RWSTD_VER, _RWSTD_VER_STR): Bumped
up version to 5.0.
* README: Same.
(Compatibility): Replaced paragraph with placeholder text.
Modified:
stdcxx/trunk/README
stdcxx/trunk/include/rw/_config.h
Modified: stdcxx/trunk/README
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/README?rev=651468&r1=651467&r2=651468&view=diff
==============================================================================
--- stdcxx/trunk/README (original)
+++ stdcxx/trunk/README Thu Apr 24 17:21:19 2008
@@ -1,7 +1,7 @@
$Id$
- Apache C++ Standard Library (STDCXX) 4.2.1
+ Apache C++ Standard Library (STDCXX) 5.0.0
------------------------------------------
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 5.0.0 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++.
@@ -96,15 +96,8 @@
1.1 Compatibility
------------------
- This version of the library is source as well as both backward and
- forward binary compatible with all past or future 4.2.x releases.
- Programs compiled and linked with other releases of the (shared)
- library within the 4.2.x lineage will continue to link and work
- correctly when linked with this version of the library, provided the
- same compiler is used to compile both the programs and the library.
- Changing the compiler, its version, or some compiler options may
- have an impact on the binary compatibility of the generated object
- code.
+ [TO DO: Explain the compatibility of this version with prior ones.]
+
2 Requirements
---------------
@@ -672,7 +665,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.5.0.0 versioned shared library
+- nls/*/* codeset and locale databases
To specify a subset of locales to install instead of the full set,
Modified: stdcxx/trunk/include/rw/_config.h
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/include/rw/_config.h?rev=651468&r1=651467&r2=651468&view=diff
==============================================================================
--- stdcxx/trunk/include/rw/_config.h (original)
+++ stdcxx/trunk/include/rw/_config.h Thu Apr 24 17:21:19 2008
@@ -37,7 +37,7 @@
/*** library version numbers and ids **************************************/
-#define _RWSTD_VER 0x04020200
+#define _RWSTD_VER 0x05000000
// | | | |
// 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.2"
+#define _RWSTD_VER_STR "5.0.0"
// library version numbers
#define _RWSTD_VER_MAJOR ((_RWSTD_VER >> 24) & 0xff)