diff options
author | Eric Covener <covener@apache.org> | 2016-02-09 13:57:11 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2016-02-09 13:57:11 +0100 |
commit | 21c8fa96ac98c6792f644363a9db179e5bcf9da5 (patch) | |
tree | 680ad2be0b87d0871a0a34fe995ad0e6c3b73bea /include | |
parent | 1726233 temporarily broke UDS r->handler case sensitivity (diff) | |
download | apache2-21c8fa96ac98c6792f644363a9db179e5bcf9da5.tar.xz apache2-21c8fa96ac98c6792f644363a9db179e5bcf9da5.zip |
r1726009 was a minor bump only
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index e82e267050..b25abcd4ce 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -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 |