Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 52612 invoked from network); 3 Jan 2008 21:50:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 21:50:46 -0000 Received: (qmail 13231 invoked by uid 500); 3 Jan 2008 21:50:35 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 13189 invoked by uid 500); 3 Jan 2008 21:50:34 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 13175 invoked by uid 99); 3 Jan 2008 21:50:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 13:50:34 -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; Thu, 03 Jan 2008 21:50:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7C6B61A9832; Thu, 3 Jan 2008 13:50:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r608644 - /httpd/site/trunk/dist/tools/release.sh Date: Thu, 03 Jan 2008 21:50:15 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080103215015.7C6B61A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Thu Jan 3 13:50:14 2008 New Revision: 608644 URL: http://svn.apache.org/viewvc?rev=608644&view=rev Log: Bump up for latest official APR/APU releases. Modified: httpd/site/trunk/dist/tools/release.sh Modified: httpd/site/trunk/dist/tools/release.sh URL: http://svn.apache.org/viewvc/httpd/site/trunk/dist/tools/release.sh?rev=608644&r1=608643&r2=608644&view=diff ============================================================================== --- httpd/site/trunk/dist/tools/release.sh (original) +++ httpd/site/trunk/dist/tools/release.sh Thu Jan 3 13:50:14 2008 @@ -87,7 +87,7 @@ branch="branches/2.0.x" apr_xxx_in_srclib=1 - apr_tag="0.9.16" + apr_tag="0.9.17" apu_tag="0.9.15" ;; @@ -101,8 +101,8 @@ branch="branches/2.2.x" apr_xxx_in_srclib=1 - apr_tag="1.2.11" - apu_tag="1.2.10" + apr_tag="1.2.12" + apu_tag="1.2.12" ;; httpd-2.3) @@ -115,8 +115,8 @@ branch="trunk" apr_xxx_in_srclib=1 - apr_tag="1.2.11" - apu_tag="1.2.10" + apr_tag="1.2.12" + apu_tag="1.2.12" ;; *) echo "ERROR: '$1' is an unknown project." >&2