diff options
author | Yann Ylavic <ylavic@apache.org> | 2024-06-01 18:03:58 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2024-06-01 18:03:58 +0200 |
commit | c09f4ffdbb15d709beec20fe9b07f0a582fbe5c6 (patch) | |
tree | 69f1c3aa24da2e80f0854640a0343b45a0272f74 /include/ap_mmn.h | |
parent | Follow up to r1918098 (and r1918022): Push missing changes. (diff) | |
download | apache2-c09f4ffdbb15d709beec20fe9b07f0a582fbe5c6.tar.xz apache2-c09f4ffdbb15d709beec20fe9b07f0a582fbe5c6.zip |
Follow up to r1918098 (and r1918022): Actually bump the MMN.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918100 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 9c83bbb5a8..34abf61654 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -732,7 +732,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20211221 #endif -#define MODULE_MAGIC_NUMBER_MINOR 20 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 21 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |