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 2007/08/29 14:59:19 UTC

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

Author: wrowe
Date: Wed Aug 29 05:59:19 2007
New Revision: 570797

URL: http://svn.apache.org/viewvc?rev=570797&view=rev
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?rev=570797&r1=570796&r2=570797&view=diff
==============================================================================
--- apr/apr-util/branches/0.9.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/0.9.x/CHANGES [utf-8] Wed Aug 29 05:59:19 2007
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 0.9.15
+
+
+
 Changes with APR-util 0.9.14
 
   *) Fix handling of attribute namespaces in apr_xml_to_text() when

Modified: apr/apr-util/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/0.9.x/STATUS?rev=570797&r1=570796&r2=570797&view=diff
==============================================================================
--- apr/apr-util/branches/0.9.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/0.9.x/STATUS [utf-8] Wed Aug 29 05:59:19 2007
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.15  : in maintenance
     0.9.14  : tagged August 29, 2007
     0.9.13  : released December 4, 2006
     0.9.12  : released April 14, 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?rev=570797&r1=570796&r2=570797&view=diff
==============================================================================
--- apr/apr-util/branches/0.9.x/include/apu_version.h (original)
+++ apr/apr-util/branches/0.9.x/include/apu_version.h Wed Aug 29 05:59:19 2007
@@ -63,13 +63,13 @@
 #define APU_MINOR_VERSION       9
 
 /** patch level */
-#define APU_PATCH_VERSION       14
+#define APU_PATCH_VERSION       15
 
 /** 
  *  This symbol is defined for internal, "development" copies of APU. This
  *  symbol will be #undef'd for releases. 
  */
-/* #undef APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
 
 
 /** The formatted string of APU's version */