]> granicus.if.org Git - apache/commitdiff
I was wrong (and looked at the wrong commit when trying to figure
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 7 Apr 2010 10:15:56 +0000 (10:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 7 Apr 2010 10:15:56 +0000 (10:15 +0000)
out this change) - 20100223 was a _MAJOR mmn bump!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931488 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index c4e08b7d475f064a6517efe98c52d959ee4dfb35..9b7f3d2c7bfedfe6ced9b6da4d9b2053b80a941d 100644 (file)
  * 20100208.0 (2.3.6-dev)  ap_socache_provider_t API changes to store and iterate
  * 20100208.1 (2.3.6-dev)  Added forward member to proxy_conn_rec
  * 20100208.2 (2.3.7-dev)  Added ap_log_command_line().
- * 20100208.3 (2.3.7-dev)  LDAP client_certs per-server moved to per-dir
- * 20100208.4 (2.3.7-dev)  Added ap_process_fnmatch_configs().
+ * 20100223.0 (2.3.7-dev)  LDAP client_certs per-server moved to per-dir
+ * 20100223.1 (2.3.7-dev)  Added ap_process_fnmatch_configs().
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20100208
+#define MODULE_MAGIC_NUMBER_MAJOR 20100223
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 4                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a