Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 14702 invoked by uid 6000); 7 Oct 1998 10:18:21 -0000 Received: (qmail 14696 invoked by alias); 7 Oct 1998 10:18:20 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 14694 invoked by uid 177); 7 Oct 1998 10:18:19 -0000 Date: 7 Oct 1998 10:18:19 -0000 Message-ID: <19981007101819.14693.qmail@hyperreal.org> From: martin@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src/os/win32 registry.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org martin 98/10/07 03:18:19 Modified: src Configure src/include httpd.h src/os/win32 registry.c Log: Bump version number to 1.3.4-dev Revision Changes Path 1.299 +1 -1 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.298 retrieving revision 1.299 diff -u -r1.298 -r1.299 --- Configure 1998/10/07 09:19:30 1.298 +++ Configure 1998/10/07 10:18:16 1.299 @@ -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=3 + V=1 R=3 P=4 if [ ".$SHLIB_SUFFIX_DEPTH" = .0 ]; then SHLIB_SUFFIX_LIST="" fi 1.248 +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.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- httpd.h 1998/10/07 09:19:06 1.247 +++ httpd.h 1998/10/07 10:18:17 1.248 @@ -410,7 +410,7 @@ * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ -#define SERVER_BASEVERSION "Apache/1.3.3" /* SEE COMMENTS ABOVE */ +#define SERVER_BASEVERSION "Apache/1.3.4-dev" /* 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 1030399 +#define APACHE_RELEASE 1030401 #define SERVER_PROTOCOL "HTTP/1.1" #ifndef SERVER_SUPPORT 1.12 +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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- registry.c 1998/10/07 09:19:29 1.11 +++ registry.c 1998/10/07 10:18:18 1.12 @@ -28,7 +28,7 @@ #define VENDOR "Apache Group" #define SOFTWARE "Apache" -#define VERSION "1.3.3" +#define VERSION "1.3.4 dev" #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION