From 0875b63a6f7cd8b585c3f2984b1db58bf8478f50 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Tue, 12 Jun 2007 22:21:17 +0000 Subject: [PATCH] Adding the clogging input filters patch was a minor MMN bump git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@546650 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 642926502e..12dcd3baca 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -127,6 +127,7 @@ * 20060905.2 (2.3.0-dev) Added ap_all_available_mutexes_string, * ap_available_mutexes_string and * ap_parse_mutex() + * 20060905.3 (2.3.0-dev) Added conn_rec::clogging_input_filters. * */ @@ -135,7 +136,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20060905 #endif -#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a -- 2.50.1