You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2010/02/05 16:47:45 UTC

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

Author: trawick
Date: Fri Feb  5 15:47:44 2010
New Revision: 906978

URL: http://svn.apache.org/viewvc?rev=906978&view=rev
Log:
1.3.10 is tagged; bump to 1.3.11 (development^H^H^H...maintenance)

Modified:
    apr/apr/branches/1.3.x/CHANGES
    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=906978&r1=906977&r2=906978&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.3.x/CHANGES [utf-8] Fri Feb  5 15:47:44 2010
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.3.11
+
+
+
 Changes for APR 1.3.10
 
   *) Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC

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=906978&r1=906977&r2=906978&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/include/apr_version.h (original)
+++ apr/apr/branches/1.3.x/include/apr_version.h Fri Feb  5 15:47:44 2010
@@ -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       10
+#define APR_PATCH_VERSION       11
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 /**
  * Check at compile time if the APR version is at least a certain