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/03/13 19:53:22 UTC

cvs commit: apache-2.0/src/os/win32 registry.c

rbb         00/03/13 10:53:22

  Modified:    src/include httpd.h
               src/os/win32 registry.c
  Log:
  Update the version string to reflect that we are currently working on
  Apache/2.0a2-dev.
  
  Revision  Changes    Path
  1.27      +1 -1      apache-2.0/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/httpd.h,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- httpd.h	2000/03/10 00:05:51	1.26
  +++ httpd.h	2000/03/13 18:53:22	1.27
  @@ -279,7 +279,7 @@
   #endif
   #endif /* CORE_PRIVATE */
   
  -#define AP_SERVER_BASEVERSION "Apache/2.0-dev"       /* SEE COMMENTS ABOVE */
  +#define AP_SERVER_BASEVERSION "Apache/2.0a2-dev"       /* SEE COMMENTS ABOVE */
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION
   
   #define AP_SERVER_PROTOCOL "HTTP/1.1"
  
  
  
  1.9       +1 -1      apache-2.0/src/os/win32/registry.c
  
  Index: registry.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/os/win32/registry.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- registry.c	2000/03/10 00:07:32	1.8
  +++ registry.c	2000/03/13 18:53:22	1.9
  @@ -95,7 +95,7 @@
   
   #define VENDOR   "Apache Software Foundation"
   #define SOFTWARE "Apache"
  -#define VERSION  "2.0"
  +#define VERSION  "2.0a2-dev"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION