You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2005/02/04 22:55:24 UTC

svn commit: r151428 - in apr/apr-util/branches/0.9.x: CHANGES include/apu_version.h

Author: jerenkrantz
Date: Fri Feb  4 13:55:23 2005
New Revision: 151428

URL: http://svn.apache.org/viewcvs?view=rev&rev=151428
Log:
APR-util's is off to 0.9.7-dev land.

Modified:
    apr/apr-util/branches/0.9.x/CHANGES
    apr/apr-util/branches/0.9.x/include/apu_version.h

Modified: apr/apr-util/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/0.9.x/CHANGES?view=diff&r1=151427&r2=151428
==============================================================================
--- apr/apr-util/branches/0.9.x/CHANGES (original)
+++ apr/apr-util/branches/0.9.x/CHANGES Fri Feb  4 13:55:23 2005
@@ -1,3 +1,5 @@
+Changes with APR-util 0.9.7
+
 Changes with APR-util 0.9.6
 
   *) Fix the detection of ldap.h on Solaris - it needs lber.h to be

Modified: apr/apr-util/branches/0.9.x/include/apu_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/0.9.x/include/apu_version.h?view=diff&r1=151427&r2=151428
==============================================================================
--- apr/apr-util/branches/0.9.x/include/apu_version.h (original)
+++ apr/apr-util/branches/0.9.x/include/apu_version.h Fri Feb  4 13:55:23 2005
@@ -63,13 +63,13 @@
 #define APU_MINOR_VERSION       9
 
 /** patch level */
-#define APU_PATCH_VERSION       6
+#define APU_PATCH_VERSION       7
 
 /** 
  *  This symbol is defined for internal, "development" copies of APU. This
  *  symbol will be #undef'd for releases. 
  */
-/* #define APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
 
 
 /** The formatted string of APU's version */