From: Roy T. Fielding Date: Sat, 1 Apr 2000 01:14:23 +0000 (+0000) Subject: And then there was 2.0a3-dev, and Ryan said "Doh!" X-Git-Tag: apache-doc-split-01~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4e2578a13d648d2bc49c0fe85f004e95d2a4cb;p=thirdparty%2Fapache%2Fhttpd.git And then there was 2.0a3-dev, and Ryan said "Doh!" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84888 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index a17c319ec26..349e39d73ad 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -277,7 +277,7 @@ extern "C" { #endif #endif /* CORE_PRIVATE */ -#define AP_SERVER_BASEVERSION "Apache/2.0a2" /* SEE COMMENTS ABOVE */ +#define AP_SERVER_BASEVERSION "Apache/2.0a3-dev" /* SEE COMMENTS ABOVE */ #define AP_SERVER_VERSION AP_SERVER_BASEVERSION #define AP_SERVER_PROTOCOL "HTTP/1.1" @@ -385,7 +385,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 20000002 +#define APACHE_RELEASE 20000003 #define DECLINED -1 /* Module declines to handle */ #define DONE -2 /* Module has served the response completely diff --git a/server/mpm/winnt/registry.c b/server/mpm/winnt/registry.c index cfe0119c00f..4ce55d9924d 100644 --- a/server/mpm/winnt/registry.c +++ b/server/mpm/winnt/registry.c @@ -96,7 +96,7 @@ #define VENDOR "Apache Software Foundation" #define SOFTWARE "Apache" -#define VERSION "2.0a2" +#define VERSION "2.0a3-dev" #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION