From 647c120679e7302ae1e834f484d722a209b58ce5 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 27 Aug 1999 10:20:37 +0000 Subject: [PATCH] Now that this beast was officially declared as the Apache 2.0 stuff, let it also say this in his Server headers while testing. Those who dislike numbers: feel free to name it "foo" or whatever meaningless if it's important that we still do not use numbers. I just want that the version corresponds to the repository area, because I often get confused by running different Apache versions on my development box. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83803 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/httpd.h b/include/httpd.h index 04a0c14082..c2af2e7610 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -378,7 +378,7 @@ extern "C" { * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/mpm-dev" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/2.0-dev" /* SEE COMMENTS ABOVE */ #define SERVER_VERSION SERVER_BASEVERSION /* TODO: re-implement the server token/version stuff -- it's part of http_core -- 2.40.0