From: William A. Rowe Jr Date: Mon, 29 Aug 2016 13:48:47 +0000 (+0000) Subject: Dropped a public structure elt, bump major X-Git-Tag: 2.5.0-alpha~1187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=098e08994b5305548aeb4f6d027016eab5c37e38;p=thirdparty%2Fapache%2Fhttpd.git Dropped a public structure elt, bump major git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1758227 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 3c584f2ee9a..e0b4a35939e 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -544,12 +544,13 @@ * eliminated AP_HTTP_CONFORMANCE_LOGONLY * 20160617.1 (2.5.0-dev) Added http_whitespace and http_methods to * core_server_config + * 20160629.1 (2.5.0-dev) Dropped http_whitespace from core_server_config */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20160617 +#define MODULE_MAGIC_NUMBER_MAJOR 20160629 #endif #define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */