From commits-return-10367-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri May 29 07:50:11 2009 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 58768 invoked from network); 29 May 2009 07:50:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 May 2009 07:50:09 -0000 Received: (qmail 584 invoked by uid 500); 29 May 2009 07:50:22 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 494 invoked by uid 500); 29 May 2009 07:50:22 -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 485 invoked by uid 99); 29 May 2009 07:50:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2009 07:50:22 +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; Fri, 29 May 2009 07:50:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 52E0F238888C; Fri, 29 May 2009 07:49:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r779882 - in /apr/apr-util/branches/1.3.x: STATUS include/apu_version.h Date: Fri, 29 May 2009 07:49:58 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090529074958.52E0F238888C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wrowe Date: Fri May 29 07:49:57 2009 New Revision: 779882 URL: http://svn.apache.org/viewvc?rev=779882&view=rev Log: prepare to tag 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=779882&r1=779881&r2=779882&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original) +++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Fri May 29 07:49:57 2009 @@ -3,9 +3,9 @@ Releases: - 2.0.0 : in development on trunk/ + 2.0.0 : EOL - merged into apr/trunk/ 1.4.0 : in development on branches/1.4.x/ - 1.3.5 : in maintenance on branches/1.3.x/ + 1.3.5 : tagged May 29, 2008 1.3.4 : released August 15, 2008 1.3.3 : not released 1.3.2 : released June 23, 2008 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=779882&r1=779881&r2=779882&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 Fri May 29 07:49:57 2009 @@ -66,7 +66,7 @@ * "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)