randy 97/01/13 20:52:13
Branch: src RELEASE_1_1_X
Modified: src httpd.h
Log:
Change version to 1.1.3-dev
Revision Changes Path
1.36.2.5 +1 -1 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.36.2.4
retrieving revision 1.36.2.5
diff -C3 -r1.36.2.4 -r1.36.2.5
*** httpd.h 1997/01/14 04:14:23 1.36.2.4
--- httpd.h 1997/01/14 04:52:11 1.36.2.5
***************
*** 238,244 ****
* Example: "Apache/1.1b3 MrWidget/0.1-alpha"
*/
! #define SERVER_VERSION "Apache/1.1.3" /* 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.3-dev" /* SEE COMMENTS ABOVE */
#define SERVER_PROTOCOL "HTTP/1.0"
#define SERVER_SUPPORT "http://www.apache.org/"