diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2010-02-18 18:29:06 +0100 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2010-02-18 18:29:06 +0100 |
commit | d8ade7400a9378db6a589dba0ecb2f2abcc1bd7f (patch) | |
tree | 53d7e37bdc295884e2b68f47cf2fd9c817fc7e00 | |
parent | * Really regard the operation a success, when the client aborted the connection. (diff) | |
download | apache2-d8ade7400a9378db6a589dba0ecb2f2abcc1bd7f.tar.xz apache2-d8ade7400a9378db6a589dba0ecb2f2abcc1bd7f.zip |
Correctly update version numbers after adding new function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@911497 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | include/ap_mmn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index b87ea2fbe6..8c33f1c16e 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -216,7 +216,7 @@ * 20091230.4 (2.3.6-dev) export ap_process_request_after_handler() for mod_serf * 20100208.0 (2.3.6-dev) ap_socache_provider_t API changes to store and iterate * 20100208.1 (2.3.6-dev) Added forward member to proxy_conn_rec - * 20100215.0 (2.3.7-dev) Added ap_log_command_line(). + * 20100208.2 (2.3.7-dev) Added ap_log_command_line(). * */ @@ -225,7 +225,7 @@ #ifndef MODULE_MAGIC_NUMBER_MAJOR #define MODULE_MAGIC_NUMBER_MAJOR 20100208 #endif -#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 2 /* 0...n */ /** * Determine if the server's current MODULE_MAGIC_NUMBER is at least a |