]> granicus.if.org Git - apache/commitdiff
Minor mmn bump due to r1612940.
authorRainer Jung <rjung@apache.org>
Thu, 24 Jul 2014 17:02:03 +0000 (17:02 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 24 Jul 2014 17:02:03 +0000 (17:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613189 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index 3bb4adafd8d29a9953bf97ca5f37ec0ba2278eb8..3744cb8bee8f4526ea96ecae65a03e411f1d1ae0 100644 (file)
  * 20140627.3 (2.5.0-dev)  Add ap_copy_scoreboard_worker()
  * 20140627.4 (2.5.0-dev)  Added ap_parse_token_list_strict() to httpd.h.
  * 20140627.5 (2.5.0-dev)  Add r->trailers_{in,out}
+ * 20140627.6 (2.5.0-dev)  Added ap_pcre_version_string(), AP_REG_PCRE_COMPILED
+ *                         and AP_REG_PCRE_LOADED to ap_regex.h.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20140627
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 5                 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 6                 /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a