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:36 UTC

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

Author: wrowe
Date: Wed Aug 29 05:59:35 2007
New Revision: 570798

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

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

Modified: apr/apr-util/branches/1.2.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/CHANGES?rev=570798&r1=570797&r2=570798&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.2.x/CHANGES [utf-8] Wed Aug 29 05:59:35 2007
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 1.2.10
+
+
+
 Changes with APR-util 1.2.9
 
   *) Ensure that an apr_reslist shrinks back to SMAX via the TTL by

Modified: apr/apr-util/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/STATUS?rev=570798&r1=570797&r2=570798&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.2.x/STATUS [utf-8] Wed Aug 29 05:59:35 2007
@@ -3,6 +3,7 @@
 
 Release:
 
+    1.2.10    : in maintenance
     1.2.9     : tagged August 29, 2007
     1.2.8     : tagged December 4, 2006
     1.2.7     : released April 14, 2006

Modified: apr/apr-util/branches/1.2.x/include/apu_version.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/include/apu_version.h?rev=570798&r1=570797&r2=570798&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.2.x/include/apu_version.h Wed Aug 29 05:59:35 2007
@@ -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       9
+#define APU_PATCH_VERSION       10
 
 /** 
  * 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)