coar        99/08/16 11:55:47

  Modified:    src/include httpd.h
               src/os/win32 registry.c
               src      Configure CHANGES
  Log:
        Advance everything to 1.3.10-dev.
  
  Revision  Changes    Path
  1.295     +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.294
  retrieving revision 1.295
  diff -u -r1.294 -r1.295
  --- httpd.h   1999/08/16 17:57:53     1.294
  +++ httpd.h   1999/08/16 18:55:31     1.295
  @@ -419,7 +419,7 @@
    * Example: "Apache/1.1.0 MrWidget/0.1-alpha" 
    */
   
  -#define SERVER_BASEVERSION "Apache/1.3.9"    /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION "Apache/1.3.10-dev"       /* SEE COMMENTS ABOVE */
   #define SERVER_VERSION  SERVER_BASEVERSION
   enum server_token_type {
       SrvTk_MIN,               /* eg: Apache/1.3.0 */
  @@ -435,7 +435,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 10309100
  +#define APACHE_RELEASE 10310000
   
   #define SERVER_PROTOCOL "HTTP/1.1"
   #ifndef SERVER_SUPPORT
  
  
  
  1.26      +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.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- registry.c        1999/08/16 17:58:13     1.25
  +++ registry.c        1999/08/16 18:55:38     1.26
  @@ -38,7 +38,7 @@
   
   #define VENDOR   "Apache Group"
   #define SOFTWARE "Apache"
  -#define VERSION  "1.3.9"
  +#define VERSION  "1.3.10 dev"
   
   #define REGKEY "SOFTWARE\\" VENDOR "\\" SOFTWARE "\\" VERSION
   
  
  
  
  1.370     +1 -1      apache-1.3/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.369
  retrieving revision 1.370
  diff -u -r1.369 -r1.370
  --- Configure 1999/08/16 00:49:08     1.369
  +++ Configure 1999/08/16 18:55:44     1.370
  @@ -1735,7 +1735,7 @@
        #    select the special subtarget for shared core generation
        SUBTARGET=target_shared
        #    determine additional suffixes for libhttpd.so
  -     V=1 R=3 P=9
  +     V=1 R=3 P=10
        if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
            SHLIB_SUFFIX_LIST=""
        fi
  
  
  
  1.1423    +2 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1422
  retrieving revision 1.1423
  diff -u -r1.1422 -r1.1423
  --- CHANGES   1999/08/14 09:21:15     1.1422
  +++ CHANGES   1999/08/16 18:55:45     1.1423
  @@ -1,3 +1,5 @@
  +Changes with Apache 1.3.10
  +
   Changes with Apache 1.3.9
   
     *) Remove bogus error message when a redirect doesn't set Location.
  
  
  

Reply via email to