From f35e891531b0ab40360e6f579985687dc9c70d0b Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Sun, 2 Jun 2002 22:29:16 +0000 Subject: [PATCH] The recent changes require a full recompile. Lack thereof has bitten both me and Justin today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95475 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 ddd7cd8d43..9245480048 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -106,12 +106,13 @@ * 20020329.1 (2.0.36) minor bump for new arg to opt fn ap_cgi_build_command * 20020506 (2.0.37-dev) Removed r->boundary in request_rec. * 20020529 (2.0.37-dev) Standardized the names of some apr_pool_*_set funcs + * 20020602 (2.0.37-dev) Bucket API change (metadata buckets) */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020529 +#define MODULE_MAGIC_NUMBER_MAJOR 20020602 #endif #define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ -- 2.50.1