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/05/29 09:53:39 UTC

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

Author: wrowe
Date: Fri May 29 07:53:39 2009
New Revision: 779886

URL: http://svn.apache.org/viewvc?rev=779886&view=rev
Log:
on to 1.3.6-dev

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=779886&r1=779885&r2=779886&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/CHANGES [utf-8] Fri May 29 07:53:39 2009
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 1.3.6
+
+
+
 Changes with APR-util 1.3.5
 
   *) Fix underflow in apr_strmatch_precompile.

Modified: apr/apr-util/branches/1.3.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/STATUS?rev=779886&r1=779885&r2=779886&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.3.x/STATUS [utf-8] Fri May 29 07:53:39 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.6     : in development on branches/1.3.x/
     1.3.5     : tagged May 29, 2008
     1.3.4     : released August 15, 2008
     1.3.3     : not released

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=779886&r1=779885&r2=779886&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 Fri May 29 07:53:39 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       5
+#define APU_PATCH_VERSION       6
 
 /** 
  * 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)