diff options
author | Ken Coar <coar@apache.org> | 2003-01-24 20:27:22 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2003-01-24 20:27:22 +0100 |
commit | bcf6b325b89ddcc6b2b81408dd7769bee05c032b (patch) | |
tree | f5504b69e17a77250acdd344fac21374333e49bc /include | |
parent | reflect that a couple of fixes introduced in 2.1-dev were merged (diff) | |
download | apache2-bcf6b325b89ddcc6b2b81408dd7769bee05c032b.tar.xz apache2-bcf6b325b89ddcc6b2b81408dd7769bee05c032b.zip |
d'oh! was originally against 2.0. yeah, that's it..
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98492 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 24ba923c26..c3f0fdbd83 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -111,7 +111,7 @@ * 20020625 (2.0.40-dev) Changed conn_rec->keepalive to an enumeration * 20020628 (2.0.40-dev) Added filter_init to filter registration functions * 20020903 (2.0.41-dev) APR's error constants changed - * 20020903.1 (2.0.44-dev) allow_encoded_slashes added to core_dir_config + * 20020903.1 (2.1.0-dev) allow_encoded_slashes added to core_dir_config */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ |