coar 99/08/16 10:58:15
Modified: src/include httpd.h src/os/win32 registry.c Log: Bumping the version to 1.3.9 final. Revision Changes Path 1.294 +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.293 retrieving revision 1.294 diff -u -r1.293 -r1.294 --- httpd.h 1999/08/14 08:35:47 1.293 +++ httpd.h 1999/08/16 17:57:53 1.294 @@ -419,7 +419,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.3.9-dev" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.3.9" /* SEE COMMENTS ABOVE */ #define SERVER_VERSION SERVER_BASEVERSION enum server_token_type { SrvTk_MIN, /* eg: Apache/1.3.0 */ @@ -435,7 +435,7 @@ * Always increases along the same track as the source branch. * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'. */ -#define APACHE_RELEASE 10309000 +#define APACHE_RELEASE 10309100 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT 1.25 +1 -1 apache-1.3/src/os/win32/registry.c Index: registry.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- registry.c 1999/08/09 17:46:32 1.24 +++ registry.c 1999/08/16 17:58:13 1.25 @@ -38,7 +38,7 @@ #define VENDOR "Apache Group" #define SOFTWARE "Apache" -#define VERSION "1.3.9 dev" +#define VERSION "1.3.9" #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION