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 2023/03/20 10:48:07 UTC

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

Author: ylavic
Date: Mon Mar 20 10:48:07 2023
New Revision: 1908557

URL: http://svn.apache.org/viewvc?rev=1908557&view=rev
Log:
Follow up to r1908380: MMN minor bump for AP_CTIME_OPTION_GMTOFF.

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=1908557&r1=1908556&r2=1908557&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Mon Mar 20 10:48:07 2023
@@ -713,6 +713,7 @@
  * 20211221.8 (2.5.1-dev)  Add ap_sb_get_child_thread()
  * 20211221.9 (2.5.1-dev)  Add additional hcmethod_t enums and PROXY_WORKER_IS_ERROR
  * 20211221.10 (2.5.1-dev) Add ap_proxy_canonenc_ex
+ * 20211221.11 (2.5.1-dev) Add AP_CTIME_OPTION_GMTOFF to util_time.h
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -720,7 +721,7 @@
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20211221
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 10             /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 11             /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a