You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2006/11/29 12:38:26 UTC

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

Author: wrowe
Date: Wed Nov 29 03:38:24 2006
New Revision: 480539

URL: http://svn.apache.org/viewvc?view=rev&rev=480539
Log:
Bump after tag

Modified:
    apr/apr-util/branches/0.9.x/CHANGES
    apr/apr-util/branches/0.9.x/STATUS
    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/viewvc/apr/apr-util/branches/0.9.x/CHANGES?view=diff&rev=480539&r1=480538&r2=480539
==============================================================================
--- apr/apr-util/branches/0.9.x/CHANGES (original)
+++ apr/apr-util/branches/0.9.x/CHANGES Wed Nov 29 03:38:24 2006
@@ -1,3 +1,7 @@
+Changes with APR-util 0.9.14
+
+
+
 Changes with APR-util 0.9.13
 
   *) Add support for Berkeley DB 4.5 to the configure scripts.

Modified: apr/apr-util/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/STATUS?view=diff&rev=480539&r1=480538&r2=480539
==============================================================================
--- apr/apr-util/branches/0.9.x/STATUS (original)
+++ apr/apr-util/branches/0.9.x/STATUS Wed Nov 29 03:38:24 2006
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.14  : in maintenance
     0.9.13  : tagged November 29, 2006
     0.9.12  : released April 14, 2006
     0.9.11  : released March 30, 2006

Modified: apr/apr-util/branches/0.9.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/include/apu_version.h?view=diff&rev=480539&r1=480538&r2=480539
==============================================================================
--- apr/apr-util/branches/0.9.x/include/apu_version.h (original)
+++ apr/apr-util/branches/0.9.x/include/apu_version.h Wed Nov 29 03:38:24 2006
@@ -63,13 +63,13 @@
 #define APU_MINOR_VERSION       9
 
 /** patch level */
-#define APU_PATCH_VERSION       13
+#define APU_PATCH_VERSION       14
 
 /** 
  *  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 */