From: dgaudet Date: Sun, 29 Jun 1997 18:51:23 +0000 (+0000) Subject: Add Roy's suggested #define APACHE_RELEASE_DATE. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3273516af14570eff4356776405421f74e22943;p=thirdparty%2Fapache%2Fhttpd.git Add Roy's suggested #define APACHE_RELEASE_DATE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78458 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 a8c82c5cd8e..deea1f015d4 100644 --- a/APACHE_1_2_X/src/include/httpd.h +++ b/APACHE_1_2_X/src/include/httpd.h @@ -263,6 +263,8 @@ #define SERVER_VERSION SERVER_BASEVERSION #endif +#define APACHE_RELEASE_DATE 19970629 + #define SERVER_PROTOCOL "HTTP/1.1" #define SERVER_SUPPORT "http://www.apache.org/"