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:30:34 UTC

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

Author: wrowe
Date: Wed Nov 29 03:30:32 2006
New Revision: 480529

URL: http://svn.apache.org/viewvc?view=rev&rev=480529
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/viewvc/apr/apr/branches/0.9.x/CHANGES?view=diff&rev=480529&r1=480528&r2=480529
==============================================================================
--- apr/apr/branches/0.9.x/CHANGES (original)
+++ apr/apr/branches/0.9.x/CHANGES Wed Nov 29 03:30:32 2006
@@ -1,5 +1,9 @@
 Changes with APR 0.9.13
 
+
+
+Changes with APR 0.9.13
+
   *) Fix detection of pthread cross-process robust mutexes.
      PR 39833.  [Tsuyoshi SASAMOTO <nazonazo miobox.jp>]
 

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/STATUS?view=diff&rev=480529&r1=480528&r2=480529
==============================================================================
--- apr/apr/branches/0.9.x/STATUS (original)
+++ apr/apr/branches/0.9.x/STATUS Wed Nov 29 03:30:32 2006
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.13  : in maintenance
     0.9.13  : tagged November 29, 2006
     0.9.12  : released April 14, 2006
     0.9.11  : released March 30, 2006

Modified: apr/apr/branches/0.9.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/include/apr_version.h?view=diff&rev=480529&r1=480528&r2=480529
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Wed Nov 29 03:30:32 2006
@@ -61,13 +61,13 @@
 #define APR_MINOR_VERSION       9
 
 /** patch level */
-#define APR_PATCH_VERSION       13
+#define APR_PATCH_VERSION       14
 
 /** 
  *  This symbol is defined for internal, "development" copies of APR. This
  *  symbol will be #undef'd for releases. 
  */
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 
 /** The formatted string of APR's version */