]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
r966869 required mmn bump
authorNick Kew <niq@apache.org>
Fri, 23 Jul 2010 07:31:27 +0000 (07:31 +0000)
committerNick Kew <niq@apache.org>
Fri, 23 Jul 2010 07:31:27 +0000 (07:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966997 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index 2f285a2db63863066c6d6964551a715d6f063f46..de01feb0ff9611462f5035ff72495ad4f8e1d448 100644 (file)
  *                         authz without authenticated user
  * 20100719.0 (2.3.7-dev)  Add symbol name parameter to ap_add_module and
  *                         ap_add_loaded_module. Add ap_find_module_short_name
+ * 20100723.0 (2.3.7-dev)  Remove ct_output_filters from core rec
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20100719
+#define MODULE_MAGIC_NUMBER_MAJOR 20100723
 #endif
 #define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */