randy 96/07/08 21:35:34
Branch: src RELEASE_1_1_X
Modified: src httpd.h
Log:
Change version to 1.1.2-dev
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/08 19:01:19 1.36.2.2
--- httpd.h 1996/07/09 04:35:32 1.36.2.3
***************
*** 238,244 ****
* Example: "Apache/1.1b3 MrWidget/0.1-alpha"
*/
! #define SERVER_VERSION "Apache/1.1.1" /* 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-dev" /* SEE COMMENTS ABOVE */
#define SERVER_PROTOCOL "HTTP/1.0"
#define SERVER_SUPPORT "http://www.apache.org/"