Author: sebor
Date: Mon Oct 29 15:50:53 2007
New Revision: 589899
URL: http://svn.apache.org/viewvc?rev=589899&view=rev
Log:
2007-10-29 Martin Sebor <[EMAIL PROTECTED]>
* _config.h (_RWSTD_VER): Bumped up micro version number to 1.
(_RWSTD_VER_STR): Updated the version string to reflect the
above, i.e., to "4.2.1"
Modified:
incubator/stdcxx/branches/4.2.x/include/rw/_config.h
Modified: incubator/stdcxx/branches/4.2.x/include/rw/_config.h
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/branches/4.2.x/include/rw/_config.h?rev=589899&r1=589898&r2=589899&view=diff
==============================================================================
--- incubator/stdcxx/branches/4.2.x/include/rw/_config.h (original)
+++ incubator/stdcxx/branches/4.2.x/include/rw/_config.h Mon Oct 29 15:50:53
2007
@@ -37,7 +37,7 @@
/*** library version numbers and ids **************************************/
-#define _RWSTD_VER 0x04020000
+#define _RWSTD_VER 0x04020001
// | | | |
// 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.0"
+#define _RWSTD_VER_STR "4.2.1"
// library version numbers
#define _RWSTD_VER_MAJOR ((_RWSTD_VER >> 24) & 0xff)