Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 96420 invoked from network); 12 Oct 2010 03:18:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 03:18:21 -0000 Received: (qmail 9690 invoked by uid 500); 12 Oct 2010 03:18:21 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 9651 invoked by uid 500); 12 Oct 2010 03:18:21 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 9643 invoked by uid 99); 12 Oct 2010 03:18:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 03:18:21 +0000 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; Tue, 12 Oct 2010 03:18:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2852A23889DA; Tue, 12 Oct 2010 03:17:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1021611 - in /apr/apr-util/branches/0.9.x: CHANGES include/apu_version.h Date: Tue, 12 Oct 2010 03:17:58 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101012031758.2852A23889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Tue Oct 12 03:17:57 2010 New Revision: 1021611 URL: http://svn.apache.org/viewvc?rev=1021611&view=rev Log: 0.9.19 is tagged; bump to 0.9.20 (maintenance) Modified: apr/apr-util/branches/0.9.x/CHANGES apr/apr-util/branches/0.9.x/include/apu_version.h Modified: apr/apr-util/branches/0.9.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/CHANGES?rev=1021611&r1=1021610&r2=1021611&view=diff ============================================================================== --- apr/apr-util/branches/0.9.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/0.9.x/CHANGES [utf-8] Tue Oct 12 03:17:57 2010 @@ -1,4 +1,7 @@ -*- coding: utf-8 -*- +Changes with APR-util 0.9.20 + + Changes with APR-util 0.9.19 *) Resolve build failure using bundled expat on some platforms. Modified: apr/apr-util/branches/0.9.x/include/apu_version.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/include/apu_version.h?rev=1021611&r1=1021610&r2=1021611&view=diff ============================================================================== --- apr/apr-util/branches/0.9.x/include/apu_version.h (original) +++ apr/apr-util/branches/0.9.x/include/apu_version.h Tue Oct 12 03:17:57 2010 @@ -63,13 +63,13 @@ extern "C" { #define APU_MINOR_VERSION 9 /** patch level */ -#define APU_PATCH_VERSION 19 +#define APU_PATCH_VERSION 20 /** * This symbol is defined for internal, "development" copies of APU. This * symbol will be #undef'd for releases. */ -/* #define APU_IS_DEV_VERSION */ +#define APU_IS_DEV_VERSION /** The formatted string of APU's version */