rse 98/09/21 12:44:13
Modified: src/include httpd.h
src/os/win32 registry.c
Log:
Bump up version number to 1.3.3-dev
Revision Changes Path
1.244 +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.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- httpd.h 1998/09/21 19:12:17 1.243
+++ httpd.h 1998/09/21 19:44:12 1.244
@@ -410,7 +410,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.2" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.3-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 1030299
+#define APACHE_RELEASE 1030301
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- registry.c 1998/09/21 19:15:31 1.9
+++ registry.c 1998/09/21 19:44:13 1.10
@@ -28,7 +28,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.2"
+#define VERSION "1.3.3 dev"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION