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...@locus.apache.org on 2000/12/12 22:38:56 UTC

cvs commit: httpd-2.0/include httpd.h

rbb         00/12/12 13:38:55

  Modified:    include  httpd.h
  Log:
  Update the version numbers for a9
  
  Revision  Changes    Path
  1.122     +2 -2      httpd-2.0/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
  retrieving revision 1.121
  retrieving revision 1.122
  diff -u -r1.121 -r1.122
  --- httpd.h	2000/12/02 13:07:45	1.121
  +++ httpd.h	2000/12/12 21:38:54	1.122
  @@ -284,7 +284,7 @@
   
   #define AP_SERVER_BASEVENDOR "Apache Software Foundation"
   #define AP_SERVER_BASEPRODUCT "Apache"
  -#define AP_SERVER_BASEREVISION "2.0a9-dev"
  +#define AP_SERVER_BASEREVISION "2.0a9"
   #define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION
   
  @@ -394,7 +394,7 @@
    * Always increases along the same track as the source branch.
    * For example, Apache 1.4.2 would be '10402100', 2.5b7 would be '20500007'.
    */
  -#define APACHE_RELEASE 20000007
  +#define APACHE_RELEASE 20000009
   
   #define DECLINED -1		/* Module declines to handle */
   #define DONE -2			/* Module has served the response completely