diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2005-07-08 22:15:14 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2005-07-08 22:15:14 +0200 |
commit | 4418c45bbda821d60681ffa3bddaaabd3badf475 (patch) | |
tree | de25c72cead217b765a78748d06b2833e856ee89 /include | |
parent | Don't talk about request smuggling in the response handling fix. (diff) | |
download | apache2-4418c45bbda821d60681ffa3bddaaabd3badf475.tar.xz apache2-4418c45bbda821d60681ffa3bddaaabd3badf475.zip |
The cookie is AP22 by unanimous consent.
This is because 2.1.x dies the day 2.2.0 is branched. There will
be no updates to 2.1 as we continue to maintain 2.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@209876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 268ba353b3..67f1ef61ab 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -98,14 +98,15 @@ * 20050305.3 (2.1.5-dev) added Protocol Framework. * 20050701.0 (2.1.7-dev) Bump MODULE_MAGIC_COOKIE to "AP21"! * 20050701.1 (2.1.7-dev) trace_enable member added to core server_config + * 20050708.0 (2.1.7-dev) Bump MODULE_MAGIC_COOKIE to "AP22"! */ -#define MODULE_MAGIC_COOKIE 0x41503231UL /* "AP21" */ +#define MODULE_MAGIC_COOKIE 0x41503232UL /* "AP22" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20050701 +#define MODULE_MAGIC_NUMBER_MAJOR 20050708 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |