Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 58938 invoked from network); 7 Dec 2008 06:37:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2008 06:37:11 -0000 Received: (qmail 61711 invoked by uid 500); 7 Dec 2008 06:37:23 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 61637 invoked by uid 500); 7 Dec 2008 06:37:23 -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 61628 invoked by uid 99); 7 Dec 2008 06:37:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2008 22:37:23 -0800 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; Sun, 07 Dec 2008 06:36:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7B513238889D; Sat, 6 Dec 2008 22:36:20 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r724094 - /httpd/httpd/trunk/include/ap_release.h Date: Sun, 07 Dec 2008 06:36:20 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081207063620.7B513238889D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Sat Dec 6 22:36:20 2008 New Revision: 724094 URL: http://svn.apache.org/viewvc?rev=724094&view=rev Log: Remove -dev flag to prepare for 2.3.0. Modified: httpd/httpd/trunk/include/ap_release.h Modified: httpd/httpd/trunk/include/ap_release.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_release.h?rev=724094&r1=724093&r2=724094&view=diff ============================================================================== --- httpd/httpd/trunk/include/ap_release.h (original) +++ httpd/httpd/trunk/include/ap_release.h Sat Dec 6 22:36:20 2008 @@ -46,7 +46,7 @@ #define AP_SERVER_MAJORVERSION_NUMBER 2 #define AP_SERVER_MINORVERSION_NUMBER 3 #define AP_SERVER_PATCHLEVEL_NUMBER 0 -#define AP_SERVER_DEVBUILD_BOOLEAN 1 +#define AP_SERVER_DEVBUILD_BOOLEAN 0 #if AP_SERVER_DEVBUILD_BOOLEAN #define AP_SERVER_ADD_STRING "-dev"