diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2015-01-21 22:42:36 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2015-01-21 22:42:36 +0100 |
commit | 09a7ffc55d6c34bdf03b9223041560273898f56a (patch) | |
tree | d231040b6db41ebbdb158cf3b7d13145475d76c3 /include | |
parent | Revert r4635428 corresponding to PR41867. (diff) | |
download | apache2-09a7ffc55d6c34bdf03b9223041560273898f56a.tar.xz apache2-09a7ffc55d6c34bdf03b9223041560273898f56a.zip |
Bump mmn as documented in commit log msg r1653666
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1653667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 7b9b685a63..0e991710c3 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -476,14 +476,15 @@ * 20140627.9 (2.5.0-dev) Add cgi_pass_auth and AP_CGI_PASS_AUTH_* to * core_dir_config * 20140627.10 (2.5.0-dev) Add ap_proxy_de_socketfy to mod_proxy.h + * 20150121.0 (2.5.0-dev) Revert field addition from core_dir_config; r1653666 */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20140627 +#define MODULE_MAGIC_NUMBER_MAJOR 20150121 #endif -#define MODULE_MAGIC_NUMBER_MINOR 10 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |