randy 97/01/11 16:47:16
Branch: src RELEASE_1_1_X
Modified: src httpd.h
Log:
Prepare to release 1.1.2 to fix a couple of security problems.
Revision Changes Path
1.36.2.3 +1 -1 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.36.2.2
retrieving revision 1.36.2.3
diff -C3 -r1.36.2.2 -r1.36.2.3
*** httpd.h 1996/07/09 11:49:20 1.36.2.2
--- httpd.h 1997/01/12 00:47:15 1.36.2.3
***************
*** 238,244 ****
* Example: "Apache/1.1b3 MrWidget/0.1-alpha"
*/
! #define SERVER_VERSION "Apache/1.1.2-dev" /* SEE COMMENTS ABOVE */
#define SERVER_PROTOCOL "HTTP/1.0"
#define SERVER_SUPPORT "http://www.apache.org/"
--- 238,244 ----
* Example: "Apache/1.1b3 MrWidget/0.1-alpha"
*/
! #define SERVER_VERSION "Apache/1.1.2" /* SEE COMMENTS ABOVE */
#define SERVER_PROTOCOL "HTTP/1.0"
#define SERVER_SUPPORT "http://www.apache.org/"