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/09/04 03:02:37 UTC

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

Author: wrowe
Date: Mon Sep  3 18:02:37 2007
New Revision: 572471

URL: http://svn.apache.org/viewvc?rev=572471&view=rev
Log:
We are at 0.9.17-dev

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=572471&r1=572470&r2=572471&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/0.9.x/CHANGES [utf-8] Mon Sep  3 18:02:37 2007
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR 0.9.17
+
+
+
 Changes with APR 0.9.16
 
   *) Win32 apr_file_read; Correctly handle completion-based read-to-EOF.

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/STATUS?rev=572471&r1=572470&r2=572471&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/STATUS [utf-8] (original)
+++ apr/apr/branches/0.9.x/STATUS [utf-8] Mon Sep  3 18:02:37 2007
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.17    : in maintenance
     0.9.16    : tagged September 3, 2007
     0.9.15    : not released
     0.9.14    : released June 7, 2007

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=572471&r1=572470&r2=572471&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Mon Sep  3 18:02:37 2007
@@ -61,13 +61,13 @@
 #define APR_MINOR_VERSION       9
 
 /** patch level */
-#define APR_PATCH_VERSION      16
+#define APR_PATCH_VERSION      17
 
 /** 
  *  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 */