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:56:37 UTC

svn commit: r392821 - in /apr/apr/branches/0.9.x: CHANGES STATUS include/apr_version.h

Author: wrowe
Date: Sun Apr  9 12:56:35 2006
New Revision: 392821

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

Modified:
    apr/apr/branches/0.9.x/CHANGES
    apr/apr/branches/0.9.x/STATUS
    apr/apr/branches/0.9.x/include/apr_version.h

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

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/STATUS?rev=392821&r1=392820&r2=392821&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/STATUS (original)
+++ apr/apr/branches/0.9.x/STATUS Sun Apr  9 12:56:35 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/branches/0.9.x/include/apr_version.h
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/include/apr_version.h?rev=392821&r1=392820&r2=392821&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Sun Apr  9 12:56:35 2006
@@ -61,13 +61,13 @@
 #define APR_MINOR_VERSION       9
 
 /** patch level */
-#define APR_PATCH_VERSION       12
+#define APR_PATCH_VERSION       13
 
 /** 
  *  This symbol is defined for internal, "development" copies of APR. This
  *  symbol will be #undef'd for releases. 
  */
-#undef APR_IS_DEV_VERSION
+#define APR_IS_DEV_VERSION
 
 
 /** The formatted string of APR's version */