From 34ceefb70f95a79cd54399e37722c641316db5b3 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 5 Nov 2007 09:10:03 +0000 Subject: [PATCH] * Add a minor bump as a result of r590122 and r591760: ap_time_process_request() is now part of the public scoreboard API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@591923 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_mmn.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 241e0b50d7..3c8cc3354e 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -137,6 +137,8 @@ * conventional ap_get_scoreboard(proc, thread) * 20071023.1 (2.3.0-dev) Add flags field to struct proxy_alias * 20071023.2 (2.3.0-dev) Add ap_mod_status_reqtail + * 20071023.3 (2.3.0-dev) Declare ap_time_process_request() as part of the + * public scoreboard API. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ @@ -144,7 +146,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20071023 #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.40.0