You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2014/07/24 19:02:03 UTC

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

Author: rjung
Date: Thu Jul 24 17:02:03 2014
New Revision: 1613189

URL: http://svn.apache.org/r1613189
Log:
Minor mmn bump due to r1612940.

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=1613189&r1=1613188&r2=1613189&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Thu Jul 24 17:02:03 2014
@@ -467,6 +467,8 @@
  * 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" */
@@ -474,7 +476,7 @@
 #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