You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/04/04 02:35:09 UTC

cvs commit: httpd-2.0/include ap_release.h

rbb         01/04/03 17:35:09

  Modified:    .        CHANGES
               include  ap_release.h
  Log:
  Update the CHANGES and ap_release files.
  
  Revision  Changes    Path
  1.160     +1 -1      httpd-2.0/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/CHANGES,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -d -b -w -u -r1.159 -r1.160
  --- CHANGES	2001/04/03 17:03:35	1.159
  +++ CHANGES	2001/04/04 00:34:59	1.160
  @@ -1,4 +1,4 @@
  -Changes with Apache 2.0.16-dev
  +Changes with Apache 2.0.16
   
     *) Change the default installation directory to /usr/local/apache2,
        as now defined by the "Apache" layout in config.layout. [Marc Slemko]
  
  
  
  1.15      +1 -1      httpd-2.0/include/ap_release.h
  
  Index: ap_release.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_release.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -d -b -w -u -r1.14 -r1.15
  --- ap_release.h	2001/03/25 15:56:59	1.14
  +++ ap_release.h	2001/04/04 00:35:09	1.15
  @@ -73,7 +73,7 @@
    */
   #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
   #define AP_SERVER_BASEPRODUCT "Apache"
  -#define AP_SERVER_BASEREVISION "2.0.16-dev"
  +#define AP_SERVER_BASEREVISION "2.0.16"
   #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION