jim 97/11/19 16:37:26
Modified: src/main httpd.h
Log:
Tag the 1.3b3 Release
Revision Changes Path
1.167 +2 -2 apachen/src/main/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- httpd.h 1997/11/06 21:54:11 1.166
+++ httpd.h 1997/11/20 00:37:25 1.167
@@ -348,7 +348,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.3b3-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.3b3" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else
@@ -359,7 +359,7 @@
/* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
-#define APACHE_RELEASE 1030002
+#define APACHE_RELEASE 1030003
#define SERVER_PROTOCOL "HTTP/1.1"
#ifndef SERVER_SUPPORT