diff options
Diffstat (limited to 'include/ap_mmn.h')
| -rw-r--r-- | include/ap_mmn.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 380346b2..2c226b6c 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -120,6 +120,14 @@ * 20051115.9 (2.2.7) Add ap_send_interim_response API * 20051115.10(2.2.7) Added ap_mod_status_reqtail (minor) * 20051115.11(2.2.7) Add *ftp_directory_charset to proxy_dir_conf + * 20051115.12(2.2.8) Add optional function ap_logio_add_bytes_in() to mog_logio + * 20051115.13(2.2.9) Add disablereuse and disablereuse_set + * to proxy_worker struct (minor) + * 20051115.14(2.2.9) Add ap_proxy_ssl_connection_cleanup and + * add *scpool, *r and need_flush to proxy_conn_rec + * structure + * 20051115.15(2.2.9) Add interpolate_env to proxy_dir_conf and + * introduce proxy_req_conf. * */ @@ -128,7 +136,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20051115 #endif -#define MODULE_MAGIC_NUMBER_MINOR 11 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 15 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |
