Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 19134 invoked from network); 24 Apr 2006 18:20:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Apr 2006 18:20:28 -0000 Received: (qmail 76823 invoked by uid 500); 24 Apr 2006 18:20:27 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 76769 invoked by uid 500); 24 Apr 2006 18:20:26 -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 76758 invoked by uid 99); 24 Apr 2006 18:20:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 11:20:26 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Apr 2006 11:20:26 -0700 Received: (qmail 18815 invoked by uid 65534); 24 Apr 2006 18:20:03 -0000 Message-ID: <20060424182003.18798.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r396627 - /httpd/httpd/branches/2.0.x/include/ap_release.h Date: Mon, 24 Apr 2006 18:20:02 -0000 To: cvs@httpd.apache.org From: colm@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: colm Date: Mon Apr 24 11:19:55 2006 New Revision: 396627 URL: http://svn.apache.org/viewcvs?rev=396627&view=rev Log: Roll on 2.0.58 Modified: httpd/httpd/branches/2.0.x/include/ap_release.h Modified: httpd/httpd/branches/2.0.x/include/ap_release.h URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/include/ap_release.h?rev=396627&r1=396626&r2=396627&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/include/ap_release.h (original) +++ httpd/httpd/branches/2.0.x/include/ap_release.h Mon Apr 24 11:19:55 2006 @@ -40,7 +40,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 0 #define AP_SERVER_PATCHLEVEL_NUMBER 58 -#define AP_SERVER_ADD_STRING "-dev" +#define AP_SERVER_ADD_STRING "" /* keep old macros as well */ #define AP_SERVER_MAJORVERSION APR_STRINGIFY(AP_SERVER_MAJORVERSION_NUMBER)