Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 84510 invoked from network); 20 Nov 2007 22:05:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 22:05:30 -0000 Received: (qmail 5716 invoked by uid 500); 20 Nov 2007 22:05:05 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 5545 invoked by uid 500); 20 Nov 2007 22:05:03 -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 5517 invoked by uid 99); 20 Nov 2007 22:05:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 14:05:03 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 22:05:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A23FC1A9838; Tue, 20 Nov 2007 14:04:54 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r596844 - in /apr/apr-util/branches/1.2.x: CHANGES include/apu_version.h Date: Tue, 20 Nov 2007 22:04:54 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071120220454.A23FC1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Tue Nov 20 14:04:53 2007 New Revision: 596844 URL: http://svn.apache.org/viewvc?rev=596844&view=rev Log: Bump after tag Modified: apr/apr-util/branches/1.2.x/CHANGES apr/apr-util/branches/1.2.x/include/apu_version.h Modified: apr/apr-util/branches/1.2.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?rev=596844&r1=596843&r2=596844&view=diff ============================================================================== --- apr/apr-util/branches/1.2.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/1.2.x/CHANGES [utf-8] Tue Nov 20 14:04:53 2007 @@ -1,4 +1,8 @@ - -*- coding: utf-8 -*- + -*- coding: utf-8 -*- + +Changes with APR-util 1.2.13 + + Changes with APR-util 1.2.12 Modified: apr/apr-util/branches/1.2.x/include/apu_version.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/include/apu_version.h?rev=596844&r1=596843&r2=596844&view=diff ============================================================================== --- apr/apr-util/branches/1.2.x/include/apu_version.h (original) +++ apr/apr-util/branches/1.2.x/include/apu_version.h Tue Nov 20 14:04:53 2007 @@ -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 12 +#define APU_PATCH_VERSION 13 /** * The symbol APU_IS_DEV_VERSION is only defined for internal, * "development" copies of APU. It is undefined for released versions * of APU. */ -/* #undef APU_IS_DEV_VERSION */ +#define APU_IS_DEV_VERSION #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)