summaryrefslogtreecommitdiff
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ap_mmn.h')
-rw-r--r--include/ap_mmn.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 84c566e0f0..6457cb21d9 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -702,6 +702,9 @@
* and ap_thread_current()
* 20211221.4 (2.5.1-dev) Add hook child_stopped to get informed that a child
* has stopped processing any requests.
+ * 20211221.5 (2.5.1-dev) Add hook create_secondary_connection and method
+ * ap_create_secondary_connection() to have connection
+ * setup of http2-like connections in core.
*
*/
@@ -710,7 +713,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20211221
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 4 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 5 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a