From: William A. Rowe Jr Date: Mon, 30 Jul 2001 21:32:45 +0000 (+0000) Subject: The history can evaporate later... but before someone else is bit ;/ X-Git-Tag: 2.0.23~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56cfa2cc1f8954462be53d39884752d32b73d479;p=thirdparty%2Fapache%2Fhttpd.git The history can evaporate later... but before someone else is bit ;/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89804 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 15ee99517c3..ad1f38268bf 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -77,12 +77,13 @@ * 20010523 (2.0.19-dev) bump for scoreboard structure reordering * 20010627 (2.0.19-dev) more API changes than I can count * 20010726 (2.0.22-dev) more big API changes + * 20010730 (2.0.23-dev) the dir d_is_absolute bit is introduced */ #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20010726 +#define MODULE_MAGIC_NUMBER_MAJOR 20010730 #endif #define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR /* backward compat */