lars        99/03/22 16:11:28

  Modified:    src/include httpd.h
               src/os/win32 registry.c
  Log:
  let's go for take 2...
  
  Revision  Changes    Path
  1.275     +2 -2      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.274
  retrieving revision 1.275
  diff -u -r1.274 -r1.275
  --- httpd.h   1999/03/21 05:07:17     1.274
  +++ httpd.h   1999/03/23 00:10:59     1.275
  @@ -413,7 +413,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.6-dev"        /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.6"    /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  @@ -429,7 +429,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 10306000
  +#define APACHE_RELEASE 10306100
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.17      +1 -1      apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- registry.c        1999/03/21 05:07:22     1.16
  +++ registry.c        1999/03/23 00:11:27     1.17
  @@ -28,7 +28,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.6 dev"
  +#define VERSION  "1.3.6"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  

Reply via email to