You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2008/11/01 18:08:19 UTC

svn commit: r709724 - /httpd/httpd/trunk/include/ap_mmn.h

Author: chrisd
Date: Sat Nov  1 10:08:18 2008
New Revision: 709724

URL: http://svn.apache.org/viewvc?rev=709724&view=rev
Log:
major not minor bump for r709708

Modified:
    httpd/httpd/trunk/include/ap_mmn.h

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=709724&r1=709723&r2=709724&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Sat Nov  1 10:08:18 2008
@@ -171,16 +171,16 @@
  * 20080920.0 (2.3.0-dev)  Add ap_mpm_register_timed_callback.
  * 20080920.1 (2.3.0-dev)  Export mod_rewrite.h in the public API.
  * 20080920.2 (2.3.0-dev)  Added ap_timeout_parameter_parse to util.c / httpd.h
- * 20080920.3 (2.3.0-dev)  Remove unused AUTHZ_GROUP_NOTE define.
+ * 20081101.0 (2.3.0-dev)  Remove unused AUTHZ_GROUP_NOTE define.
  *
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20080920
+#define MODULE_MAGIC_NUMBER_MAJOR 20081101
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 3                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a