dgaudet 98/02/18 23:43:00
Modified: src httpd.h
Log:
roll the 1.2.6 release
Revision Changes Path
1.113 +2 -2 apache-1.2/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache-1.2/src/httpd.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- httpd.h 1998/01/30 09:13:59 1.112
+++ httpd.h 1998/02/19 07:42:59 1.113
@@ -274,7 +274,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.2.6-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.2.6" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else
@@ -284,7 +284,7 @@
/* Numeric release version identifier: major minor bugfix betaseq
* Always increases along the same track as the source branch.
*/
-#define APACHE_RELEASE 1020501
+#define APACHE_RELEASE 1020600
#define SERVER_PROTOCOL "HTTP/1.1"
#define SERVER_SUPPORT "http://www.apache.org/"