diff options
author | Nick Kew <niq@apache.org> | 2010-07-23 09:31:27 +0200 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2010-07-23 09:31:27 +0200 |
commit | 1d25a9e6b686ab6a8af3f928482596c8a42abe4c (patch) | |
tree | 7ba510e714411798712e6b5c564fd47e0353243c /include/ap_mmn.h | |
parent | Removed obsolete include paths from NetWare makefiles. (diff) | |
download | apache2-1d25a9e6b686ab6a8af3f928482596c8a42abe4c.tar.xz apache2-1d25a9e6b686ab6a8af3f928482596c8a42abe4c.zip |
r966869 required mmn bump
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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 2f285a2db6..de01feb0ff 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -240,12 +240,13 @@ * authz without authenticated user * 20100719.0 (2.3.7-dev) Add symbol name parameter to ap_add_module and * ap_add_loaded_module. Add ap_find_module_short_name + * 20100723.0 (2.3.7-dev) Remove ct_output_filters from core rec */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20100719 +#define MODULE_MAGIC_NUMBER_MAJOR 20100723 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ |