Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 7370 invoked from network); 18 Feb 2010 17:29:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 17:29:30 -0000 Received: (qmail 3165 invoked by uid 500); 18 Feb 2010 17:29:30 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 3088 invoked by uid 500); 18 Feb 2010 17:29:30 -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 3079 invoked by uid 99); 18 Feb 2010 17:29:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 17:29:30 +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; Thu, 18 Feb 2010 17:29:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EAEBD23888C2; Thu, 18 Feb 2010 17:29:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r911497 - /httpd/httpd/trunk/include/ap_mmn.h Date: Thu, 18 Feb 2010 17:29:06 -0000 To: cvs@httpd.apache.org From: poirier@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100218172906.EAEBD23888C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: poirier Date: Thu Feb 18 17:29:06 2010 New Revision: 911497 URL: http://svn.apache.org/viewvc?rev=911497&view=rev Log: Correctly update version numbers after adding new function. Modified: httpd/httpd/trunk/include/ap_mmn.h Modified: httpd/httpd/trunk/include/ap_mmn.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=911497&r1=911496&r2=911497&view=diff ============================================================================== --- httpd/httpd/trunk/include/ap_mmn.h (original) +++ httpd/httpd/trunk/include/ap_mmn.h Thu Feb 18 17:29:06 2010 @@ -216,7 +216,7 @@ * 20091230.4 (2.3.6-dev) export ap_process_request_after_handler() for mod_serf * 20100208.0 (2.3.6-dev) ap_socache_provider_t API changes to store and iterate * 20100208.1 (2.3.6-dev) Added forward member to proxy_conn_rec - * 20100215.0 (2.3.7-dev) Added ap_log_command_line(). + * 20100208.2 (2.3.7-dev) Added ap_log_command_line(). * */ @@ -225,7 +225,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20100208 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a