From: Cliff Woolley Date: Sun, 2 Jun 2002 22:29:16 +0000 (+0000) Subject: The recent changes require a full recompile. Lack thereof has bitten X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bb8c2e2b20d043c287defcf91905fb556ae6a87;p=apache 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 --- 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 */