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 2014/04/16 01:36:38 UTC

svn commit: r1587755 - in /apr/apr/branches/1.5.x: CHANGES include/apr_version.h

Author: trawick
Date: Tue Apr 15 23:36:38 2014
New Revision: 1587755

URL: http://svn.apache.org/r1587755
Log:
1.5.1 is tagged; bump to 1.5.2

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

Modified: apr/apr/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?rev=1587755&r1=1587754&r2=1587755&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.5.x/CHANGES [utf-8] Tue Apr 15 23:36:38 2014
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.5.2
+
+  *)
+
 Changes for APR 1.5.1
 
   *) apr_os_proc_mutex_get() on Unix:  Avoid segfault for cross-

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=1587755&r1=1587754&r2=1587755&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/include/apr_version.h (original)
+++ apr/apr/branches/1.5.x/include/apr_version.h Tue Apr 15 23:36:38 2014
@@ -62,14 +62,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       1
+#define APR_PATCH_VERSION       2
 
 /** 
  * 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