summaryrefslogtreecommitdiffstats
path: root/include/ap_mmn.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 25cd91b900..eb66cf9c00 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -573,6 +573,7 @@
* 20171014.9 (2.5.1-dev) Add response_field_size to proxy_worker_shared
* 20180417.1 (2.5.1-dev) Toggle ap_filter_input|output_pending API to _NONSTD
* 20180417.2 (2.5.1-dev) Add AP_GETLINE_NOSPC_EOL flag to http_protocol.h
+ * 20180417.3 (2.5.1-dev) Add ap_fgetline() and AP_GETLINE_NONBLOCK flag
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
@@ -580,7 +581,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20180417
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 3 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a