summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ap_mmn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 2c36bddcfe..c0e3116316 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -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