jim 97/11/19 16:42:39
Modified: src CHANGES src/main httpd.h Log: Bump up to 1.3b4-dev Revision Changes Path 1.516 +2 -0 apachen/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apachen/src/CHANGES,v retrieving revision 1.515 retrieving revision 1.516 diff -u -r1.515 -r1.516 --- CHANGES 1997/11/16 15:43:12 1.515 +++ CHANGES 1997/11/20 00:42:32 1.516 @@ -1,3 +1,5 @@ +Changes with Apache 1.3b4 + Changes with Apache 1.3b3 *) WIN32: Work around brain-damaged spawn calls that can't deal 1.168 +2 -2 apachen/src/main/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apachen/src/main/httpd.h,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- httpd.h 1997/11/20 00:37:25 1.167 +++ httpd.h 1997/11/20 00:42:37 1.168 @@ -348,7 +348,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.3b3" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.3b4-dev" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else @@ -359,7 +359,7 @@ /* Numeric release version identifier: major minor bugfix betaseq * Always increases along the same track as the source branch. */ -#define APACHE_RELEASE 1030003 +#define APACHE_RELEASE 1030004 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT