Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 12628 invoked from network); 17 Jun 2008 13:20:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jun 2008 13:20:22 -0000 Received: (qmail 84787 invoked by uid 500); 17 Jun 2008 13:20:24 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 84673 invoked by uid 500); 17 Jun 2008 13:20:24 -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 84656 invoked by uid 99); 17 Jun 2008 13:20:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2008 06:20:24 -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; Tue, 17 Jun 2008 13:19:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A31942388A01; Tue, 17 Jun 2008 06:20:01 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r668650 - in /apr/apr-util/branches/1.3.x: STATUS include/apu_version.h Date: Tue, 17 Jun 2008 13:20:01 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080617132001.A31942388A01@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Tue Jun 17 06:20:01 2008 New Revision: 668650 URL: http://svn.apache.org/viewvc?rev=668650&view=rev Log: Prepare to tag 1.3.2 Modified: apr/apr-util/branches/1.3.x/STATUS apr/apr-util/branches/1.3.x/include/apu_version.h Modified: apr/apr-util/branches/1.3.x/STATUS URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/STATUS?rev=668650&r1=668649&r2=668650&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original) +++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Tue Jun 17 06:20:01 2008 @@ -3,8 +3,9 @@ Releases: - 1.3.2 : in development - 1.3.1 : tagged June 14, 2008 + 1.3.3 : in development + 1.3.2 : tagged June 17, 2008 + 1.3.1 : not released 1.3.0 : released June 3, 2008 1.2.12 : released November 25, 2007 1.2.11 : not released Modified: apr/apr-util/branches/1.3.x/include/apu_version.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apu_version.h?rev=668650&r1=668649&r2=668650&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/include/apu_version.h (original) +++ apr/apr-util/branches/1.3.x/include/apu_version.h Tue Jun 17 06:20:01 2008 @@ -59,14 +59,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APU_PATCH_VERSION 2 +#define APU_PATCH_VERSION 3 /** * The symbol APU_IS_DEV_VERSION is only defined for internal, * "development" copies of APU. It is undefined for released versions * of APU. */ -#define APU_IS_DEV_VERSION +/* #undef APU_IS_DEV_VERSION */ #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)