From: dgaudet Date: Thu, 3 Jul 1997 06:08:29 +0000 (+0000) Subject: Here goes, 1.2.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856f5427cf2d208e307d22401530e46480c3cd4a;p=thirdparty%2Fapache%2Fhttpd.git Here goes, 1.2.1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78510 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/src/include/httpd.h b/APACHE_1_2_X/src/include/httpd.h index deea1f015d4..c98d4c19a41 100644 --- a/APACHE_1_2_X/src/include/httpd.h +++ b/APACHE_1_2_X/src/include/httpd.h @@ -256,14 +256,14 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.2.1-dev" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.2.1" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else #define SERVER_VERSION SERVER_BASEVERSION #endif -#define APACHE_RELEASE_DATE 19970629 +#define APACHE_RELEASE_DATE 19970702 #define SERVER_PROTOCOL "HTTP/1.1" #define SERVER_SUPPORT "http://www.apache.org/"