Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 54810 invoked from network); 16 Apr 2006 18:29:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Apr 2006 18:29:42 -0000 Received: (qmail 81065 invoked by uid 500); 16 Apr 2006 18:29:41 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 81022 invoked by uid 500); 16 Apr 2006 18:29:41 -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 81011 invoked by uid 99); 16 Apr 2006 18:29:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Apr 2006 11:29:41 -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; Sun, 16 Apr 2006 11:29:40 -0700 Received: (qmail 54720 invoked by uid 65534); 16 Apr 2006 18:29:20 -0000 Message-ID: <20060416182920.54719.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r394535 - /httpd/httpd/branches/2.0.x/include/ap_release.h Date: Sun, 16 Apr 2006 18:29:20 -0000 To: cvs@httpd.apache.org From: colm@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: colm Date: Sun Apr 16 11:29:18 2006 New Revision: 394535 URL: http://svn.apache.org/viewcvs?rev=394535&view=rev Log: roll on for 2.0.56 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=394535&r1=394534&r2=394535&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/include/ap_release.h (original) +++ httpd/httpd/branches/2.0.x/include/ap_release.h Sun Apr 16 11:29:18 2006 @@ -40,7 +40,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 0 #define AP_SERVER_PATCHLEVEL_NUMBER 56 -#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)