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/06/05 00:01:17 UTC

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

Author: wrowe
Date: Mon Jun  4 15:01:16 2007
New Revision: 544306

URL: http://svn.apache.org/viewvc?view=rev&rev=544306
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=544306&r1=544305&r2=544306
==============================================================================
--- apr/apr/branches/0.9.x/CHANGES (original)
+++ apr/apr/branches/0.9.x/CHANGES Mon Jun  4 15:01:16 2007
@@ -1,3 +1,7 @@
+Changes with APR 0.9.15
+
+
+
 Changes with APR 0.9.14
 
   *) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in

Modified: apr/apr/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/STATUS?view=diff&rev=544306&r1=544305&r2=544306
==============================================================================
--- apr/apr/branches/0.9.x/STATUS (original)
+++ apr/apr/branches/0.9.x/STATUS Mon Jun  4 15:01:16 2007
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.15    : in maintenance
     0.9.14    : tagged June 4, 2007
     0.9.13    : released December 4, 2006
     0.9.12    : released April 14, 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=544306&r1=544305&r2=544306
==============================================================================
--- apr/apr/branches/0.9.x/include/apr_version.h (original)
+++ apr/apr/branches/0.9.x/include/apr_version.h Mon Jun  4 15:01:16 2007
@@ -61,13 +61,13 @@
 #define APR_MINOR_VERSION       9
 
 /** patch level */
-#define APR_PATCH_VERSION       14
+#define APR_PATCH_VERSION       15
 
 /** 
  *  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 */