wrowe       2003/03/21 19:25:17

  Modified:    .        CHANGES
               include  apr_version.h
  Log:
    On to 0.9.3-dev
  
  Revision  Changes    Path
  1.389     +4 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.388
  retrieving revision 1.389
  diff -u -r1.388 -r1.389
  --- CHANGES   20 Mar 2003 16:17:49 -0000      1.388
  +++ CHANGES   22 Mar 2003 03:25:17 -0000      1.389
  @@ -1,3 +1,7 @@
  +Changes with APR 0.9.3
  +
  +
  +
   Changes with APR 0.9.2
   
     *) Numerous bug fixes for file and socket inheritence by child
  
  
  
  1.14      +2 -2      apr/include/apr_version.h
  
  Index: apr_version.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_version.h,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- apr_version.h     22 Mar 2003 03:24:34 -0000      1.13
  +++ apr_version.h     22 Mar 2003 03:25:17 -0000      1.14
  @@ -99,14 +99,14 @@
   #define APR_MINOR_VERSION       9
   
   /** patch level */
  -#define APR_PATCH_VERSION       2
  +#define APR_PATCH_VERSION       3
   
   
   /** 
    *  This symbol is defined for internal, "development" copies of APR. This
    *  symbol will be #undef'd for releases. 
    */
  -/* #undef APR_IS_DEV_VERSION */
  +#define APR_IS_DEV_VERSION
   
   /** The formatted string of APR's version */
   #define APR_VERSION_STRING \
  
  
  

Reply via email to