From: Ryan Bloom Date: Fri, 28 Apr 2000 18:41:53 +0000 (+0000) Subject: Update version information for 3rd alpha. X-Git-Tag: APACHE_2_0_ALPHA_4~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b0a254fde8ccf172c52816363992548b513a43;p=thirdparty%2Fapache%2Fhttpd.git Update version information for 3rd alpha. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85084 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 15740140985..c76305d9cb0 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.0a3-dev" /* SEE COMMENTS ABOVE */ +#define AP_SERVER_BASEVERSION "Apache/2.0a3" /* SEE COMMENTS ABOVE */ #define AP_SERVER_VERSION AP_SERVER_BASEVERSION #define AP_SERVER_PROTOCOL "HTTP/1.1" diff --git a/server/mpm/winnt/registry.c b/server/mpm/winnt/registry.c index 39473873a9d..bfc53703d0c 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.0a3-dev" +#define VERSION "2.0a3" #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION