martin 98/10/07 02:19:32
Modified: src/include httpd.h src/os/win32 registry.c src Configure Log: There we go -- Get 1.3.3 rolling! Revision Changes Path 1.247 +2 -2 apache-1.3/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v retrieving revision 1.246 retrieving revision 1.247 diff -u -r1.246 -r1.247 --- httpd.h 1998/10/06 19:06:08 1.246 +++ httpd.h 1998/10/07 09:19:06 1.247 @@ -410,7 +410,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.3.3-dev" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.3.3" /* SEE COMMENTS ABOVE */ #define SERVER_VERSION SERVER_BASEVERSION enum server_token_type { SrvTk_MIN, /* eg: Apache/1.3.0 */ @@ -427,7 +427,7 @@ * For a final release, 'betaseq' should be set to '99'. * For example, Apache 1.4.2 should be '1040299' */ -#define APACHE_RELEASE 1030301 +#define APACHE_RELEASE 1030399 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT 1.11 +1 -1 apache-1.3/src/os/win32/registry.c Index: registry.c =================================================================== RCS file: /home/cvs/apache-1.3/src/os/win32/registry.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- registry.c 1998/09/21 19:44:13 1.10 +++ registry.c 1998/10/07 09:19:29 1.11 @@ -28,7 +28,7 @@ #define VENDOR "Apache Group" #define SOFTWARE "Apache" -#define VERSION "1.3.3 dev" +#define VERSION "1.3.3" #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION 1.298 +1 -1 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /home/cvs/apache-1.3/src/Configure,v retrieving revision 1.297 retrieving revision 1.298 diff -u -r1.297 -r1.298 --- Configure 1998/10/03 19:28:17 1.297 +++ Configure 1998/10/07 09:19:30 1.298 @@ -1505,7 +1505,7 @@ # select the special subtarget for shared core generation SUBTARGET=target_shared # determine additional suffixes for libhttpd.so - V=1 R=3 P=2 + V=1 R=3 P=3 if [ ".$SHLIB_SUFFIX_DEPTH" = .0 ]; then SHLIB_SUFFIX_LIST="" fi