]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
MMN bump for recent additions
authorEric Covener <covener@apache.org>
Mon, 24 Jun 2024 17:32:26 +0000 (17:32 +0000)
committerEric Covener <covener@apache.org>
Mon, 24 Jun 2024 17:32:26 +0000 (17:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918554 13f79535-47bb-0310-9956-ffa450edef68

include/ap_mmn.h

index 3bc51334e745d1fd598d8981400acce6ecef3a4f..f48c3188ec9a86cc8223b6ec3113ba0ac81bc251 100644 (file)
  *                         and CONN_STATE_PROCESSING
  * 20211221.21 (2.5.1-dev) Add wait_io field to struct process_score
  * 20211221.22 (2.5.1-dev) Add AP_MPMQ_CAN_WAITIO
+ * 20211221.23 (2.5.1-dev) Add ap_set_content_type_ex(), ap_filepath_merge(),
+ *                         and AP_REQUEST_TRUSTED_CT BNOTE.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20211221
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 22             /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 23             /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a