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/05/29 20:30:27 UTC

cvs commit: apache/src httpd.h

randy       97/05/29 11:30:26

  Modified:    src       httpd.h
  Log:
  Prepare for 1.2b11 realease. This one _really_ is the 1.2 release candidate.
  
  Revision  Changes    Path
  1.108     +1 -1      apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -C3 -r1.107 -r1.108
  *** httpd.h	1997/05/29 03:10:54	1.107
  --- httpd.h	1997/05/29 18:30:24	1.108
  ***************
  *** 255,261 ****
     * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
     */
    
  ! #define SERVER_BASEVERSION "Apache/1.2b11-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.2b11" /* SEE COMMENTS ABOVE */
    #ifdef SERVER_SUBVERSION
    #define SERVER_VERSION	SERVER_BASEVERSION " " SERVER_SUBVERSION
    #else