diff options
author | Ryan Bloom <rbb@apache.org> | 2000-12-12 23:22:51 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-12-12 23:22:51 +0100 |
commit | e3ea80ea867bf33981e0ee4bbecb4a3d926b031c (patch) | |
tree | 7d0428b582989fded3993852072c17121697587e /include | |
parent | PR: (diff) | |
download | apache2-e3ea80ea867bf33981e0ee4bbecb4a3d926b031c.tar.xz apache2-e3ea80ea867bf33981e0ee4bbecb4a3d926b031c.zip |
Get the server setup for Beta 1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87315 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 37d1f9c4b1..138e908d1c 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -284,7 +284,7 @@ extern "C" { #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0a9" +#define AP_SERVER_BASEREVISION "2.0b1-dev" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION |