From 0027ecf68d4c153f3275099a33ddce000a583fd7 Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Wed, 27 Jun 2007 08:39:06 +0000 Subject: [PATCH] Add the missing minor bump of r550519. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551097 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 12dcd3baca..206a833929 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -128,6 +128,7 @@ * ap_available_mutexes_string and * ap_parse_mutex() * 20060905.3 (2.3.0-dev) Added conn_rec::clogging_input_filters. + * 20060905.4 (2.3.0-dev) Added proxy_balancer::sticky_path. * */ @@ -136,7 +137,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20060905 #endif -#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 4 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a -- 2.40.0