diff options
author | Ryan Bloom <rbb@apache.org> | 2000-11-21 17:53:33 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-11-21 17:53:33 +0100 |
commit | 0f5f707689cdb99348e661c219594313e71b66e2 (patch) | |
tree | 9a82bb87d54b35ed6b41b435517614fbc2147e30 /include | |
parent | ignore generated files .libs and *.la (diff) | |
download | apache2-0f5f707689cdb99348e661c219594313e71b66e2.tar.xz apache2-0f5f707689cdb99348e661c219594313e71b66e2.zip |
We are working on a9 now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h index b3c5ae4e86..6c847f616a 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -282,7 +282,7 @@ extern "C" { #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0a8" +#define AP_SERVER_BASEREVISION "2.0a9-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION |