Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 94064 invoked from network); 1 May 2008 23:25:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2008 23:25:35 -0000 Received: (qmail 187 invoked by uid 500); 1 May 2008 23:25:36 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 171 invoked by uid 500); 1 May 2008 23:25:36 -0000 Mailing-List: contact commits-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list commits@stdcxx.apache.org Received: (qmail 160 invoked by uid 99); 1 May 2008 23:25:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 16:25:36 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 23:24:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4242D2388A00; Thu, 1 May 2008 16:25:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r652707 - in /stdcxx/branches/4.2.x: README include/rw/_config.h Date: Thu, 01 May 2008 23:25:11 -0000 To: commits@stdcxx.apache.org From: vitek@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080501232512.4242D2388A00@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 * 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)