From: Nick Kew Date: Wed, 19 Mar 2008 20:51:28 +0000 (+0000) Subject: mmn bump for chroot (r611483) X-Git-Tag: 2.3.0~864 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869142b342ebe2f11018be6b63be6f350d616010;p=thirdparty%2Fapache%2Fhttpd.git mmn bump for chroot (r611483) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639010 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 1cb19ebbd4d..c1fed6412bc 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -148,6 +148,7 @@ * 20071108.6 (2.3.0-dev) Add *r and need_flush to proxy_conn_rec structure * 20071108.7 (2.3.0-dev) Add *ftp_directory_charset to proxy_dir_conf * 20071108.8 (2.3.0-dev) Add optional function ap_logio_add_bytes_in() to mog_logio + * 20071108.9 (2.3.0-dev) Add chroot support to unixd_config */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ @@ -155,7 +156,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20071108 #endif -#define MODULE_MAGIC_NUMBER_MINOR 8 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 9 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a