From: Paul Querna Date: Sun, 7 Dec 2008 05:50:07 +0000 (+0000) Subject: bump minor for new apis X-Git-Tag: 2.3.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c055552ecada592b8903db44bc59528b5d944e;p=thirdparty%2Fapache%2Fhttpd.git bump minor for new apis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724083 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index ef9f4dff24a..b85845fcd04 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -182,6 +182,7 @@ * numeric values so they do not overlap with other * potential status codes * 20081201.0 (2.3.0-dev) Rename several APIs to include ap_ prefix. + * 20081201.1 (2.3.0-dev) Added ap_args_to_table and ap_body_to_table. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ @@ -189,7 +190,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20081201 #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