diff options
author | Ryan Bloom <rbb@apache.org> | 2000-08-18 19:45:39 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-08-18 19:45:39 +0200 |
commit | 9d13a8f9274d784ac795d530712be60fea4ea65b (patch) | |
tree | ef3dbbdf80bb26d47af205bb5d2e94ebef7d8d19 /include | |
parent | Update the Announcement for the 6th alpha (diff) | |
download | apache2-9d13a8f9274d784ac795d530712be60fea4ea65b.tar.xz apache2-9d13a8f9274d784ac795d530712be60fea4ea65b.zip |
Advance all the numbers in the CHANGES and httpd.h file to reflect that
we are now working on a7.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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 93f0169ae7..b5e344e555 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -283,7 +283,7 @@ extern "C" { #define AP_SERVER_BASEVENDOR "Apache Software Foundation" #define AP_SERVER_BASEPRODUCT "Apache" -#define AP_SERVER_BASEREVISION "2.0a6" +#define AP_SERVER_BASEREVISION "2.0a7" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION @@ -376,7 +376,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 20000006 +#define APACHE_RELEASE 20000007 #define DECLINED -1 /* Module declines to handle */ #define DONE -2 /* Module has served the response completely |