You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1998/07/19 01:35:43 UTC

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

marc        98/07/18 16:35:43

  Modified:    src/include httpd.h
               src/os/win32 registry.c
  Log:
  And bump to 1.3.2-dev after roll.
  
  Revision  Changes    Path
  1.228     +2 -2      apache-1.3/src/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v
  retrieving revision 1.227
  retrieving revision 1.228
  diff -u -r1.227 -r1.228
  --- httpd.h	1998/07/18 22:57:27	1.227
  +++ httpd.h	1998/07/18 23:35:40	1.228
  @@ -382,7 +382,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.1"	/* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.2-dev"	/* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,		/* eg: Apache/1.3.0 */
  @@ -399,7 +399,7 @@
    * For a final release, 'betaseq' should be set to '99'.
    * For example, Apache 1.4.2 should be '1040299'
    */
  -#define APACHE_RELEASE 1030199
  +#define APACHE_RELEASE 1030201
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.8       +1 -1      apache-1.3/src/os/win32/registry.c
  
  Index: registry.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/os/win32/registry.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- registry.c	1998/07/18 22:57:31	1.7
  +++ registry.c	1998/07/18 23:35:43	1.8
  @@ -28,7 +28,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.1"
  +#define VERSION  "1.3.2 dev"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION