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 2006/11/29 12:35:27 UTC

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

Author: wrowe
Date: Wed Nov 29 03:35:25 2006
New Revision: 480536

URL: http://svn.apache.org/viewvc?view=rev&rev=480536
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?view=diff&rev=480536&r1=480535&r2=480536
==============================================================================
--- apr/apr-util/branches/1.2.x/CHANGES (original)
+++ apr/apr-util/branches/1.2.x/CHANGES Wed Nov 29 03:35:25 2006
@@ -1,3 +1,7 @@
+Changes with APR-util 1.2.9
+
+
+
 Changes with APR-util 1.2.8
 
   *) Add support for Berkeley DB 4.5 to the configure scripts.

Modified: apr/apr-util/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/STATUS?view=diff&rev=480536&r1=480535&r2=480536
==============================================================================
--- apr/apr-util/branches/1.2.x/STATUS (original)
+++ apr/apr-util/branches/1.2.x/STATUS Wed Nov 29 03:35:25 2006
@@ -3,6 +3,7 @@
 
 Release:
 
+    1.2.9     : in development
     1.2.8     : tagged November 29, 2006
     1.2.7     : released April 14, 2006
     1.2.6     : released March 25, 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?view=diff&rev=480536&r1=480535&r2=480536
==============================================================================
--- apr/apr-util/branches/1.2.x/include/apu_version.h (original)
+++ apr/apr-util/branches/1.2.x/include/apu_version.h Wed Nov 29 03:35:25 2006
@@ -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       8
+#define APU_PATCH_VERSION       9
 
 /** 
  * The symbol APU_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APU.  It is undefined for released versions
  * of APU.
  */
-/* #define APU_IS_DEV_VERSION */
+#define APU_IS_DEV_VERSION
 
 
 #if defined(APU_IS_DEV_VERSION) || defined(DOXYGEN)