Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A02A18A56 for ; Tue, 9 Feb 2016 12:57:16 +0000 (UTC) Received: (qmail 53031 invoked by uid 500); 9 Feb 2016 12:57:12 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 52955 invoked by uid 500); 9 Feb 2016 12:57:12 -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 52946 invoked by uid 99); 9 Feb 2016 12:57:12 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2016 12:57:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 7FC231A01CC for ; Tue, 9 Feb 2016 12:57:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.767 X-Spam-Level: X-Spam-Status: No, score=0.767 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.233] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id UymWFnntiuhY for ; Tue, 9 Feb 2016 12:57:11 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id AB92F20532 for ; Tue, 9 Feb 2016 12:57:11 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4E9ADE0230 for ; Tue, 9 Feb 2016 12:57:11 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4ECE23A05D9 for ; Tue, 9 Feb 2016 12:57:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1729376 - /httpd/httpd/trunk/include/ap_mmn.h Date: Tue, 09 Feb 2016 12:57:11 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160209125711.4ECE23A05D9@svn01-us-west.apache.org> Author: covener Date: Tue Feb 9 12:57:11 2016 New Revision: 1729376 URL: http://svn.apache.org/viewvc?rev=1729376&view=rev Log: r1726009 was a minor bump only 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=1729376&r1=1729375&r2=1729376&view=diff ============================================================================== --- httpd/httpd/trunk/include/ap_mmn.h (original) +++ httpd/httpd/trunk/include/ap_mmn.h Tue Feb 9 12:57:11 2016 @@ -498,15 +498,16 @@ * 20150222.7 (2.5.0-dev) Add ap_casecmpstr[n](); * 20150222.8 (2.5.0-dev) Add ap_getword_conf2[_nc](); * 20150222.9 (2.5.0-dev) Add epxr_hander to core_dir_config. - * 20160121.0 (2.5.0-dev) Add new ap_update_child_status...() methods. + * 20150222.10 (2.5.0-dev) Add new ap_update_child_status...() methods, + * add protocol to worker_score in scoreboard.h */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20160121 +#define MODULE_MAGIC_NUMBER_MAJOR 20150222 #endif -#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 10 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a