From 869142b342ebe2f11018be6b63be6f350d616010 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Wed, 19 Mar 2008 20:51:28 +0000 Subject: [PATCH] mmn bump for chroot (r611483) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639010 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 1cb19ebbd4..c1fed6412b 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 -- 2.40.0