jim 00/01/19 18:41:19
Modified: src/include httpd.h
src/os/win32 registry.c
Log:
Get ready to tag: we are 1.3.11
Revision Changes Path
1.301 +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.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- httpd.h 2000/01/17 00:48:32 1.300
+++ httpd.h 2000/01/20 02:41:16 1.301
@@ -421,7 +421,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3.11-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3.11" /* SEE COMMENTS ABOVE */
#define SERVER_VERSION SERVER_BASEVERSION
enum server_token_type {
SrvTk_MIN, /* eg: Apache/1.3.0 */
@@ -437,7 +437,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 10311000
+#define APACHE_RELEASE 10311100
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT
1.29 +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.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- registry.c 2000/01/17 00:48:33 1.28
+++ registry.c 2000/01/20 02:41:18 1.29
@@ -38,7 +38,7 @@
#define VENDOR "Apache Group"
#define SOFTWARE "Apache"
-#define VERSION "1.3.11 dev"
+#define VERSION "1.3.11"
#define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION