From: Cliff Woolley Date: Thu, 30 May 2002 05:04:32 +0000 (+0000) Subject: Yet another reason the MMN needs to get bumped. If there are changes X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12fd05c1faf90ac6bf39fa06dd700ee9deb3ad91;p=apache Yet another reason the MMN needs to get bumped. If there are changes that anyone's been holding off on because they would affect the MMN, might as well get them in now so we minimize the number of releases with MMN changes. I believe there are more renames pending in APR that should be done sooner rather than later, for example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95381 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7b62961015..7a1181a179 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/05/30 02:55:56 $] +Last modified at [$Date: 2002/05/30 05:04:32 $] Release: @@ -58,8 +58,6 @@ RELEASE SHOWSTOPPERS: things up. PR: 9457 - * decide if the MMN bump was warranted - * Win32: httpd won't start. There was a command line args problem that got fixed, but now something else is wrong. Status: one problem here might be a "" argument being returned from diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 52356920ae..705b0cba62 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -105,12 +105,13 @@ * 20020329 (2.0.35-dev) bump for addition of freelists to bucket API * 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 */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020506 +#define MODULE_MAGIC_NUMBER_MAJOR 20020529 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */