You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Randy Terbush <ra...@hyperreal.com> on 1997/06/05 22:16:29 UTC

cvs commit: apache/src httpd.h

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