From: William A. Rowe Jr Date: Wed, 7 Apr 2010 10:15:56 +0000 (+0000) Subject: I was wrong (and looked at the wrong commit when trying to figure X-Git-Tag: 2.3.6~248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2058083de6b388268dad36a5b6d032a0055930cc;p=apache I was wrong (and looked at the wrong commit when trying to figure out this change) - 20100223 was a _MAJOR mmn bump! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931488 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index c4e08b7d47..9b7f3d2c7b 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -217,16 +217,16 @@ * 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 * 20100208.2 (2.3.7-dev) Added ap_log_command_line(). - * 20100208.3 (2.3.7-dev) LDAP client_certs per-server moved to per-dir - * 20100208.4 (2.3.7-dev) Added ap_process_fnmatch_configs(). + * 20100223.0 (2.3.7-dev) LDAP client_certs per-server moved to per-dir + * 20100223.1 (2.3.7-dev) Added ap_process_fnmatch_configs(). */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20100208 +#define MODULE_MAGIC_NUMBER_MAJOR 20100223 #endif -#define MODULE_MAGIC_NUMBER_MINOR 4 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a