diff options
author | Yann Ylavic <ylavic@apache.org> | 2021-10-07 14:35:33 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2021-10-07 14:35:33 +0200 |
commit | 499f5d137c0f253dbf0a16e873595eb4543630d0 (patch) | |
tree | e96661b5638c66dfebdca7bf1e6118a66b97c41e /include | |
parent | Missing credits [skip ci]. (diff) | |
download | apache2-499f5d137c0f253dbf0a16e873595eb4543630d0.tar.xz apache2-499f5d137c0f253dbf0a16e873595eb4543630d0.zip |
Fix ap_mmn.h after r1893971.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893981 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 8dbd8f7f31..822a41eaf5 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -703,7 +703,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20210926 #endif -#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |