diff options
author | Nick Kew <niq@apache.org> | 2010-09-21 20:31:31 +0000 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2010-09-21 20:31:31 +0000 |
commit | 7ce8126f3151729976656abead072a01be30965e (patch) | |
tree | 14bf51bd7933a8b0388533c22b3ca0c0ee18e912 /include | |
parent | 6c656ff74a253c8287b02c183519c97af83d7d76 (diff) | |
download | httpd-7ce8126f3151729976656abead072a01be30965e.tar.gz |
Minor MMN bump for ap_rxplus API
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999607 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 8a69b0328e..9267f4118b 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -258,6 +258,7 @@ * 20100919.0 (2.3.9-dev) Authz providers: Add parsed_require_line parameter * to check_authorization() function. Add * parse_require_line() function. + * 20100919.1 (2.3.9-dev) Introduce ap_rxplus util/API */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ @@ -265,7 +266,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20100919 #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 |