You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/10/07 12:34:29 UTC

svn commit: r1893980 - /httpd/httpd/branches/2.4.x/include/ap_mmn.h

Author: ylavic
Date: Thu Oct  7 12:34:29 2021
New Revision: 1893980

URL: http://svn.apache.org/viewvc?rev=1893980&view=rev
Log:
Fix ap_mmn.h after r1893977.

Modified:
    httpd/httpd/branches/2.4.x/include/ap_mmn.h

Modified: httpd/httpd/branches/2.4.x/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_mmn.h?rev=1893980&r1=1893979&r2=1893980&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/ap_mmn.h (original)
+++ httpd/httpd/branches/2.4.x/include/ap_mmn.h Thu Oct  7 12:34:29 2021
@@ -579,8 +579,8 @@
  *                           ap_proxy_define_worker_ex() to mod_proxy.h
  * 20120211.116 (2.4.49-dev) add conn_rec->outgoing and ap_ssl_bind_outgoing()
  * 20120211.117 (2.4.50-dev) Add ap_pre_connection
- * 20210926.1 (2.5.1-dev)  Add ap_unescape_url_ex() and deprecate
- *                         AP_NORMALIZE_DROP_PARAMETERS
+ * 20120211.118 (2.4.50-dev) Add ap_unescape_url_ex() and deprecate
+ *                           AP_NORMALIZE_DROP_PARAMETERS
  * 
  */
 
@@ -589,7 +589,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20120211
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 117                 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 118                 /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a