dgaudet 98/02/18 23:50:35
Modified: src httpd.h
Log:
rolled
Revision Changes Path
1.114 +2 -2 apache-1.2/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache-1.2/src/httpd.h,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- httpd.h 1998/02/19 07:42:59 1.113
+++ httpd.h 1998/02/19 07:50:35 1.114
@@ -274,7 +274,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.2.6" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.2.7-dev" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else
@@ -284,7 +284,7 @@
/* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
-#define APACHE_RELEASE 1020600
+#define APACHE_RELEASE 1020601
#define SERVER_PROTOCOL "HTTP/1.1"
#define SERVER_SUPPORT "http://www.apache.org/"