]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The history can evaporate later... but before someone else is bit ;/
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 30 Jul 2001 21:32:45 +0000 (21:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 30 Jul 2001 21:32:45 +0000 (21:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89804 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index 15ee99517c353c6a31f45c4449568349de24c790..ad1f38268bf7cbeed944f2607b53077220bb5198 100644 (file)
  * 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 */