Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id NAA19486; Thu, 5 Jun 1997 13:16:33 -0700 (PDT) Received: (from randy@localhost) by hyperreal.com (8.8.5/8.8.5) id NAA19463 for apache-cvs; Thu, 5 Jun 1997 13:16:29 -0700 (PDT) Date: Thu, 5 Jun 1997 13:16:29 -0700 (PDT) From: Randy Terbush Message-Id: <199706052016.NAA19463@hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src httpd.h Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org randy 97/06/05 13:16:29 Modified: src httpd.h Log: The long awaited version 1.2.0 is official. Revision Changes Path 1.110 +1 -1 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.109 retrieving revision 1.110 diff -C3 -r1.109 -r1.110 *** httpd.h 1997/05/29 18:48:42 1.109 --- httpd.h 1997/06/05 20:16:27 1.110 *************** *** 255,261 **** * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ ! #define SERVER_BASEVERSION "Apache/1.2b12-dev" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else --- 255,261 ---- * Example: "Apache/1.1.0 MrWidget/0.1-alpha" */ ! #define SERVER_BASEVERSION "Apache/1.2.0" /* SEE COMMENTS ABOVE */ #ifdef SERVER_SUBVERSION #define SERVER_VERSION SERVER_BASEVERSION " " SERVER_SUBVERSION #else