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:00:09 UTC

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

Author: wrowe
Date: Mon Sep  3 18:00:08 2007
New Revision: 572469

URL: http://svn.apache.org/viewvc?rev=572469&view=rev
Log:
Prepare for APR 0.9.16

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

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/STATUS?rev=572469&r1=572468&r2=572469&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:00:08 2007
@@ -3,15 +3,15 @@
 
 Release:
 
-    0.9.16    : in maintenance
-    0.9.15    : tagged August 29, 2007
+    0.9.16    : tagged September 3, 2007
+    0.9.15    : not released
     0.9.14    : released June 7, 2007
     0.9.13    : released December 4, 2006
     0.9.12    : released April 14, 2006
     0.9.11    : released March 30, 2006
-    0.9.10    : tagged March 22, 2006, not released
-    0.9.9     : tagged January 30, 2006, not released 
-    0.9.9     : tagged January 27, 2006, not released
+    0.9.10    : not released
+    0.9.9     : not released 
+    0.9.9     : not released
     0.9.7     : released October 11, 2005
     0.9.6     : released February 4, 2005
     0.9.5     : released November 16, 2004

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=572469&r1=572468&r2=572469&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:00:08 2007
@@ -61,13 +61,13 @@
 #define APR_MINOR_VERSION       9
 
 /** patch level */
-#define APR_PATCH_VERSION       16
+#define APR_PATCH_VERSION      16
 
 /** 
  *  This symbol is defined for internal, "development" copies of APR. This
  *  symbol will be #undef'd for releases. 
  */
-#define APR_IS_DEV_VERSION
+/* #undef APR_IS_DEV_VERSION */
 
 
 /** The formatted string of APR's version */