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/06/03 16:36:23 UTC

svn commit: r781410 - in /apr/apr/branches/1.3.x: CHANGES STATUS include/apr_version.h

Author: wrowe
Date: Wed Jun  3 14:36:23 2009
New Revision: 781410

URL: http://svn.apache.org/viewvc?rev=781410&view=rev
Log:
bump after tag

Modified:
    apr/apr/branches/1.3.x/CHANGES
    apr/apr/branches/1.3.x/STATUS
    apr/apr/branches/1.3.x/include/apr_version.h

Modified: apr/apr/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=781410&r1=781409&r2=781410&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.3.x/CHANGES [utf-8] Wed Jun  3 14:36:23 2009
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.3.6
+
+
+
 Changes for APR 1.3.5
 
   *) Dropped kqueue and apr_poll detection from Mac OS/X 10.5/Darwin 9

Modified: apr/apr/branches/1.3.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/STATUS?rev=781410&r1=781409&r2=781410&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.3.x/STATUS [utf-8] Wed Jun  3 14:36:23 2009
@@ -4,6 +4,7 @@
 Releases:
     2.0.0     : in development on trunk/
     1.4.0     : in development on branches/1.4.x/
+    1.3.6     : in development on branches/1.3.x/
     1.3.5     : tagged June 3, 2009
     1.3.4     : not released
     1.3.3     : released August 14, 2008

Modified: apr/apr/branches/1.3.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/apr_version.h?rev=781410&r1=781409&r2=781410&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/include/apr_version.h (original)
+++ apr/apr/branches/1.3.x/include/apr_version.h Wed Jun  3 14:36:23 2009
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       5
+#define APR_PATCH_VERSION       6
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 /**
  * Check at compile time if the APR version is at least a certain