diff options
author | Graham Leggett <minfrin@apache.org> | 2020-07-03 16:49:21 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2020-07-03 16:49:21 +0200 |
commit | ec117168d52edc53b88ab81b6c85e65996e955c9 (patch) | |
tree | e06f8ec566c34a63e913c3a83713469a6babd66b /include | |
parent | core: Remove support for the Content-MD5 header, removed in RFC7231. (diff) | |
download | apache2-ec117168d52edc53b88ab81b6c85e65996e955c9.tar.xz apache2-ec117168d52edc53b88ab81b6c85e65996e955c9.zip |
Bump MMN correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 7629fe7c15..e1dade6f12 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -658,9 +658,9 @@ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20200702 +#define MODULE_MAGIC_NUMBER_MAJOR 20200703 #endif -#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |