From: Eric Covener Date: Tue, 3 Jan 2017 17:48:53 +0000 (+0000) Subject: match comment to actual major X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0f4019e1edd44af9dd5e340374b71b91f7373db;p=thirdparty%2Fapache%2Fhttpd.git match comment to actual major #define MODULE_MAGIC_NUMBER_MAJOR 20051115 Props to whoever wrote the test that checks the comment vs the define! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x-merge-http-strict@1777182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 82d255b23d5..4db17dc028f 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -158,7 +158,7 @@ * 20051115.38 (2.2.30) Add ap_proxy_set_scoreboard_lb() in mod_proxy.h * 20051115.39 (2.2.30) Add ap_proxy_connection_reusable() * 20051115.40 (2.2.30) Add ap_map_http_request_error() - * 20151115.41 (2.2.32) Add http09_enable, http_conformance, and + * 20051115.41 (2.2.32) Add http09_enable, http_conformance, and * http_methods to core_server_config * Add ap_scan_http_field_token(), * ap_scan_http_field_content(),