diff options
author | Graham Leggett <minfrin@apache.org> | 2010-09-12 13:45:16 +0000 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-09-12 13:45:16 +0000 |
commit | aa7b4c0435d7f6614f4cf7b03cb7f07c8771aeef (patch) | |
tree | 97786c933301b58b6aaaf0c9f662c308d08abbe1 /include | |
parent | d0bc2d2cfb3d6352cd45b4f6935c709fbddc466b (diff) | |
download | httpd-aa7b4c0435d7f6614f4cf7b03cb7f07c8771aeef.tar.gz |
Minor bump for ap_cache_check_allowed().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@996311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index a066a83a2d..083112ddf4 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -248,6 +248,7 @@ * 20100905.0 (2.3.9-dev) Add log_id to conn and req recs. Add error log * format handlers. Support AP_CTIME_OPTION_COMPACT in * ap_recent_ctime_ex(). + * 20100905.1 (2.3.9-dev) Add ap_cache_check_allowed() */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ @@ -255,7 +256,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20100905 #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 |