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 2009/12/04 06:22:53 UTC

svn commit: r887066 - in /apr/apr/branches/1.5.x: STATUS include/apr_version.h

Author: wrowe
Date: Fri Dec  4 05:22:53 2009
New Revision: 887066

URL: http://svn.apache.org/viewvc?rev=887066&view=rev
Log:
Catch up with branch and release activity

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

Modified: apr/apr/branches/1.5.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/STATUS?rev=887066&r1=887065&r2=887066&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.5.x/STATUS [utf-8] Fri Dec  4 05:22:53 2009
@@ -3,8 +3,14 @@
 
 Releases:
     2.0.0     : in development on trunk/
+    1.5.0     : in development on branches/1.5.x/
     1.4.0     : in development on branches/1.4.x/
-    1.3.4     : in development on branches/1.3.x/
+    1.3.9     : tagged September 21, 2009
+    1.3.8     : released August 6, 2009
+    1.3.7     : released July 23, 2009
+    1.3.6     : released July 4, 2009
+    1.3.5     : released June 5, 2009
+    1.3.4     : not released
     1.3.3     : released August 14, 2008
     1.3.2     : released June 23, 2008
     1.3.1     : not released

Modified: apr/apr/branches/1.5.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/include/apr_version.h?rev=887066&r1=887065&r2=887066&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/include/apr_version.h (original)
+++ apr/apr/branches/1.5.x/include/apr_version.h Fri Dec  4 05:22:53 2009
@@ -53,7 +53,7 @@
  * Minor API changes that do not cause binary compatibility problems.
  * Reset to 0 when upgrading APR_MAJOR_VERSION
  */
-#define APR_MINOR_VERSION       4
+#define APR_MINOR_VERSION       5
 
 /** patch level 
  * The Patch Level never includes API changes, simply bug fixes.