diff options
author | Ask Bjørn Hansen <ask@apache.org> | 2000-06-05 19:30:27 +0200 |
---|---|---|
committer | Ask Bjørn Hansen <ask@apache.org> | 2000-06-05 19:30:27 +0200 |
commit | 33c17cea8326e4746288f0e124593c3ea60ed860 (patch) | |
tree | 3f485e2cd998a742dedfa2244140913400c5f244 /include/httpd.h | |
parent | 2.0a4 (diff) | |
download | apache2-33c17cea8326e4746288f0e124593c3ea60ed860.tar.xz apache2-33c17cea8326e4746288f0e124593c3ea60ed860.zip |
on a5 now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85422 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | include/httpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/httpd.h b/include/httpd.h index c45a3b49ae..f820fc2c76 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -280,7 +280,7 @@ extern "C" { #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0a4" +#define AP_SERVER_BASEREVISION "2.0a5-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION @@ -389,7 +389,7 @@ API_EXPORT(const char *) ap_get_server_built(void); * Always increases along the same track as the source branch. * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'. */ -#define APACHE_RELEASE 20000004 +#define APACHE_RELEASE 20000005 #define DECLINED -1 /* Module declines to handle */ #define DONE -2 /* Module has served the response completely |