diff options
author | Stefan Eissing <icing@apache.org> | 2021-07-31 16:28:58 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-07-31 16:28:58 +0200 |
commit | f11b97a291020cd38fe111b0845cef2dbbfb1de8 (patch) | |
tree | b5f0f23daba683ccff058922af1b9dacfa6c8c91 /include/ap_mmn.h | |
parent | * core/mpm: add hook 'child_stopping` that gets called when the MPM is (diff) | |
download | apache2-f11b97a291020cd38fe111b0845cef2dbbfb1de8.tar.xz apache2-f11b97a291020cd38fe111b0845cef2dbbfb1de8.zip |
Corrected MODULE_MAGIC_NUMBER_MINOR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r-- | include/ap_mmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 126c7e6c95..0ddf227b90 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -686,7 +686,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20210531 #endif -#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |