diff options
author | Jim Jagielski <jim@apache.org> | 2018-08-26 16:03:52 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2018-08-26 16:03:52 +0200 |
commit | 2115db09bb6cc3791984e390709ca21a3c562c37 (patch) | |
tree | 6168974ad8b2744b85d8b4206c8ff8ddcc269ec3 /include/ap_mmn.h | |
parent | Add a note in ThreadsPerChild about the relationship with ThreadsLimit. (diff) | |
download | apache2-2115db09bb6cc3791984e390709ca21a3c562c37.tar.xz apache2-2115db09bb6cc3791984e390709ca21a3c562c37.zip |
MMN bump
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1839218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 557e749b7e..9bfc745761 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -595,6 +595,7 @@ * times field in the global_score structure in * scoreboard.h. * 20180720.6 (2.5.1-dev) add strict_host_check to core_server_conf + * 20180720.7 (2.5.1-dev) worker_share struct re-organized * */ @@ -603,7 +604,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20180720 #endif -#define MODULE_MAGIC_NUMBER_MINOR 6 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 7 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |