You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@locus.apache.org on 2000/04/01 03:14:23 UTC

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

fielding    00/03/31 17:14:23

  Modified:    src/include httpd.h
               src/os/win32 registry.c
  Log:
  And then there was 2.0a3-dev, and Ryan said "Doh!"
  
  Revision  Changes    Path
  1.37      +2 -2      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.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- httpd.h	2000/03/31 19:52:17	1.36
  +++ httpd.h	2000/04/01 01:14:22	1.37
  @@ -277,7 +277,7 @@
   #endif
   #endif /* CORE_PRIVATE */
   
  -#define AP_SERVER_BASEVERSION "Apache/2.0a2"       /* SEE COMMENTS ABOVE */
  +#define AP_SERVER_BASEVERSION "Apache/2.0a3-dev"       /* SEE COMMENTS ABOVE */
   #define AP_SERVER_VERSION  AP_SERVER_BASEVERSION
   
   #define AP_SERVER_PROTOCOL "HTTP/1.1"
  @@ -385,7 +385,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 20000002
  +#define APACHE_RELEASE 20000003
   
   #define DECLINED -1		/* Module declines to handle */
   #define DONE -2			/* Module has served the response completely 
  
  
  
  1.12      +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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- registry.c	2000/03/31 19:52:18	1.11
  +++ registry.c	2000/04/01 01:14:23	1.12
  @@ -96,7 +96,7 @@
   
   #define VENDOR   "Apache Software Foundation"
   #define SOFTWARE "Apache"
  -#define VERSION  "2.0a2"
  +#define VERSION  "2.0a3-dev"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  

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

Posted by rb...@apache.org.
On 1 Apr 2000 fielding@locus.apache.org wrote:

> fielding    00/03/31 17:14:23
> 
>   Modified:    src/include httpd.h
>                src/os/win32 registry.c
>   Log:
>   And then there was 2.0a3-dev, and Ryan said "Doh!"

Doh!  And I thought I had done so well this time.  

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------


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

Posted by rb...@apache.org.
On 1 Apr 2000 fielding@locus.apache.org wrote:

> fielding    00/03/31 17:14:23
> 
>   Modified:    src/include httpd.h
>                src/os/win32 registry.c
>   Log:
>   And then there was 2.0a3-dev, and Ryan said "Doh!"

Doh!  And I thought I had done so well this time.  

Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------