Author: sebor
Date: Thu Apr 24 16:42:20 2008
New Revision: 651460
URL: http://svn.apache.org/viewvc?rev=651460&view=rev
Log:
2008-04-24 Martin Sebor <[EMAIL PROTECTED]>
* include/rw/_config.h (_RWSTD_VER, _RWSTD_VER_STR): Bumped up
version to 4.2.2.
Modified:
stdcxx/trunk/include/rw/_config.h
Modified: stdcxx/trunk/include/rw/_config.h
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/include/rw/_config.h?rev=651460&r1=651459&r2=651460&view=diff
==============================================================================
--- stdcxx/trunk/include/rw/_config.h (original)
+++ stdcxx/trunk/include/rw/_config.h Thu Apr 24 16:42:20 2008
@@ -25,7 +25,7 @@
* implied. See the License for the specific language governing
* permissions and limitations under the License.
*
- * Copyright 1994-2007 Rogue Wave Software, Inc.
+ * Copyright 1994-2008 Rogue Wave Software, Inc.
*
**************************************************************************/
@@ -37,7 +37,7 @@
/*** library version numbers and ids **************************************/
-#define _RWSTD_VER 0x04020000
+#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.0"
+#define _RWSTD_VER_STR "4.2.2"
// library version numbers
#define _RWSTD_VER_MAJOR ((_RWSTD_VER >> 24) & 0xff)