rse 97/08/05 23:12:20
Modified: src httpd.h
Log:
Set correct version number for first snapshot and coming release.
Revision Changes Path
1.111.2.11 +1 -1 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.111.2.10
retrieving revision 1.111.2.11
diff -u -r1.111.2.10 -r1.111.2.11
--- httpd.h 1997/07/19 19:13:57 1.111.2.10
+++ httpd.h 1997/08/06 06:12:18 1.111.2.11
@@ -256,7 +256,7 @@
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
-#define SERVER_BASEVERSION "Apache/1.2.2-dev" /* SEE COMMENTS ABOVE */
+#define SERVER_BASEVERSION "Apache/1.2.2" /* SEE COMMENTS ABOVE */
#ifdef SERVER_SUBVERSION
#define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION
#else