From: paul Date: Tue, 9 Jul 1996 11:23:17 +0000 (+0000) Subject: Fix this file after a screw up (by me). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c2031da1959cf69f8f3288e6820caf6dbfd6e0;p=thirdparty%2Fapache%2Fhttpd.git Fix this file after a screw up (by me). I reverted all the version number changes instead of just the last. The history will now show that we went straight from 1.1.0 to 1.1.1 which isn't a disaster since nothing happened to this file besides version number changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@76635 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/RELEASE_1_1_X/src/include/httpd.h b/RELEASE_1_1_X/src/include/httpd.h index 4e4ab533b6d..9e0328be51c 100644 --- a/RELEASE_1_1_X/src/include/httpd.h +++ b/RELEASE_1_1_X/src/include/httpd.h @@ -238,7 +238,7 @@ * Example: "Apache/1.1b3 MrWidget/0.1-alpha" */ -#define SERVER_VERSION "Apache/1.1.0" /* SEE COMMENTS ABOVE */ +#define SERVER_VERSION "Apache/1.1.1" /* SEE COMMENTS ABOVE */ #define SERVER_PROTOCOL "HTTP/1.0" #define SERVER_SUPPORT "http://www.apache.org/"