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 21:57:02 UTC

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

Author: wrowe
Date: Sun Apr  9 12:56:54 2006
New Revision: 392822

URL: http://svn.apache.org/viewcvs?rev=392822&view=rev
Log:
bump after tag

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

Modified: apr/apr-util/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/0.9.x/CHANGES?rev=392822&r1=392821&r2=392822&view=diff
==============================================================================
--- apr/apr-util/branches/0.9.x/CHANGES (original)
+++ apr/apr-util/branches/0.9.x/CHANGES Sun Apr  9 12:56:54 2006
@@ -1,3 +1,7 @@
+Changes with APR-util 0.9.13
+
+
+
 Changes with APR-util 0.9.12
 
   *) Win32 / Netware - add missing apu_version.c for apu_version_string()

Modified: apr/apr-util/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/0.9.x/STATUS?rev=392822&r1=392821&r2=392822&view=diff
==============================================================================
--- apr/apr-util/branches/0.9.x/STATUS (original)
+++ apr/apr-util/branches/0.9.x/STATUS Sun Apr  9 12:56:54 2006
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.13  : in development
     0.9.12  : tagged April 9, 2006
     0.9.11  : released March 30, 2006
     0.9.10  : tagged March 22, 2006, not released

Modified: apr/apr-util/branches/0.9.x/include/apu_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/0.9.x/include/apu_version.h?rev=392822&r1=392821&r2=392822&view=diff
==============================================================================
--- apr/apr-util/branches/0.9.x/include/apu_version.h (original)
+++ apr/apr-util/branches/0.9.x/include/apu_version.h Sun Apr  9 12:56:54 2006
@@ -63,13 +63,13 @@
 #define APU_MINOR_VERSION       9
 
 /** patch level */
-#define APU_PATCH_VERSION       12
+#define APU_PATCH_VERSION       13
 
 /** 
  *  This symbol is defined for internal, "development" copies of APU. This
  *  symbol will be #undef'd for releases. 
  */
-#undef APU_IS_DEV_VERSION
+#define APU_IS_DEV_VERSION
 
 
 /** The formatted string of APU's version */