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/04/09 22:09:41 UTC

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

Author: wrowe
Date: Sun Apr  9 13:09:25 2006
New Revision: 392827

URL: http://svn.apache.org/viewcvs?rev=392827&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/viewcvs/apr/apr-util/branches/1.2.x/CHANGES?rev=392827&r1=392826&r2=392827&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/CHANGES (original)
+++ apr/apr-util/branches/1.2.x/CHANGES Sun Apr  9 13:09:25 2006
@@ -1,3 +1,7 @@
+Changes with APR-util 1.2.8
+
+
+
 Changes with APR-util 1.2.7
 
   *) Fix apr_dbd_init to be safe to call multiple times

Modified: apr/apr-util/branches/1.2.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/STATUS?rev=392827&r1=392826&r2=392827&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/STATUS (original)
+++ apr/apr-util/branches/1.2.x/STATUS Sun Apr  9 13:09:25 2006
@@ -3,6 +3,7 @@
 
 Release:
 
+    1.2.8     : in development
     1.2.7     : tagged April 9, 2006
     1.2.6     : released March 25, 2006
     1.2.5     : not released

Modified: apr/apr-util/branches/1.2.x/include/apu_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.2.x/include/apu_version.h?rev=392827&r1=392826&r2=392827&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 Sun Apr  9 13:09: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       7
+#define APU_PATCH_VERSION       8
 
 /** 
  * 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)