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 2007/08/29 11:08:59 UTC

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

Author: wrowe
Date: Wed Aug 29 02:08:58 2007
New Revision: 570716

URL: http://svn.apache.org/viewvc?rev=570716&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/viewvc/apr/apr/branches/0.9.x/CHANGES?rev=570716&r1=570715&r2=570716&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/0.9.x/CHANGES [utf-8] Wed Aug 29 02:08:58 2007
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR 0.9.16
+
+
+
 Changes with APR 0.9.15
 
   *) Solve winNT inherited pipe leaks by mutexing apr_proc_create calls,

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/STATUS?rev=570716&r1=570715&r2=570716&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/STATUS [utf-8] (original)
+++ apr/apr/branches/0.9.x/STATUS [utf-8] Wed Aug 29 02:08:58 2007
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.16    : in maintenance
     0.9.15    : tagged August 29, 2007
     0.9.14    : released June 7, 2007
     0.9.13    : released December 4, 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?rev=570716&r1=570715&r2=570716&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Wed Aug 29 02:08:58 2007
@@ -61,13 +61,13 @@
 #define APR_MINOR_VERSION       9
 
 /** patch level */
-#define APR_PATCH_VERSION       15
+#define APR_PATCH_VERSION       16
 
 /** 
  *  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 */