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 2009/06/03 16:36:34 UTC

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

Author: wrowe
Date: Wed Jun  3 14:36:33 2009
New Revision: 781411

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

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

Modified: apr/apr-util/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/CHANGES?rev=781411&r1=781410&r2=781411&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Wed Jun  3 14:36:33 2009
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 1.3.7
+
+
+
 Changes with APR-util 1.3.6
 
   *) Minor build and bug fixes.

Modified: apr/apr-util/branches/1.3.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/STATUS?rev=781411&r1=781410&r2=781411&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Wed Jun  3 14:36:33 2009
@@ -5,6 +5,7 @@
 
     2.0.0     : EOL - merged into apr/trunk/
     1.4.0     : in development on branches/1.4.x/
+    1.3.7     : in development on branches/1.3.x/
     1.3.6     : tagged June 3, 2009
     1.3.5     : not released
     1.3.4     : released August 15, 2008

Modified: apr/apr-util/branches/1.3.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apu_version.h?rev=781411&r1=781410&r2=781411&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.3.x/include/apu_version.h Wed Jun  3 14:36:33 2009
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APU_PATCH_VERSION       6
+#define APU_PATCH_VERSION       7
 
 /** 
  * The symbol APU_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-/* #undef APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)