jim 98/04/15 17:19:39
Modified: src/include httpd.h Log: Now up to 1.3b7-dev Revision Changes Path 1.205 +2 -2 apache-1.3/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- httpd.h 1998/04/16 00:15:34 1.204 +++ httpd.h 1998/04/16 00:19:39 1.205 @@ -362,7 +362,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.3b6" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.3b7-dev" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else @@ -375,7 +375,7 @@ /* Numeric release version identifier: major minor bugfix betaseq * Always increases along the same track as the source branch. */ -#define APACHE_RELEASE 1030006 +#define APACHE_RELEASE 1030007 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT