From: Ryan Bloom Date: Tue, 12 Dec 2000 21:38:54 +0000 (+0000) Subject: Update the version numbers for a9 X-Git-Tag: APACHE_2_0_ALPHA_9~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92d3f8aa0d425411970b50be58ad1109b7c35e4e;p=apache Update the version numbers for a9 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87311 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 784b8a1b1a..37d1f9c4b1 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-dev" +#define AP_SERVER_BASEREVISION "2.0a9" #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION #define AP_SERVER_VERSION AP_SERVER_BASEVERSION @@ -394,7 +394,7 @@ AP_DECLARE(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 20000007 +#define APACHE_RELEASE 20000009 #define DECLINED -1 /* Module declines to handle */ #define DONE -2 /* Module has served the response completely