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/09/04 03:19:12 UTC

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

Author: wrowe
Date: Mon Sep  3 18:19:11 2007
New Revision: 572479

URL: http://svn.apache.org/viewvc?rev=572479&view=rev
Log:
We are at APR-util 1.2.11-dev

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=572479&r1=572478&r2=572479&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.2.x/CHANGES [utf-8] Mon Sep  3 18:19:11 2007
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-util 1.2.11
+
+
+
 Changes with APR-util 1.2.10
 
   *) Support BerkeleyDB 4.6.  [Arfrever Frehtes Taifersar Arahesis]

Modified: apr/apr-util/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/STATUS?rev=572479&r1=572478&r2=572479&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/STATUS [utf-8] (original)
+++ apr/apr-util/branches/1.2.x/STATUS [utf-8] Mon Sep  3 18:19:11 2007
@@ -3,6 +3,7 @@
 
 Release:
 
+    1.2.11    : in maintenance
     1.2.10    : tagged September 3, 2007
     1.2.9     : not released
     1.2.8     : tagged December 4, 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=572479&r1=572478&r2=572479&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 Mon Sep  3 18:19:11 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      10
+#define APU_PATCH_VERSION      11
 
 /** 
  * 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)