You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@locus.apache.org on 2000/02/24 00:01:35 UTC

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

jim         00/02/23 15:01:34

  Modified:    src/include httpd.h
               src/os/win32 registry.c
  Log:
  We are at 1.3.12
  
  Revision  Changes    Path
  1.306     +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.305
  retrieving revision 1.306
  diff -u -r1.305 -r1.306
  --- httpd.h	2000/02/20 01:14:46	1.305
  +++ httpd.h	2000/02/23 23:01:33	1.306
  @@ -427,7 +427,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.12-dev"	/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.12"	/* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,		/* eg: Apache/1.3.0 */
  @@ -443,7 +443,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 10312000
  +#define APACHE_RELEASE 10312100
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.31      +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.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- registry.c	2000/01/20 02:55:02	1.30
  +++ registry.c	2000/02/23 23:01:34	1.31
  @@ -38,7 +38,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.12 dev"
  +#define VERSION  "1.3.12"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION