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 2017/10/18 14:39:11 UTC

svn commit: r1812529 - in /apr/apr/branches/1.6.x: CHANGES include/apr_version.h

Author: wrowe
Date: Wed Oct 18 14:39:11 2017
New Revision: 1812529

URL: http://svn.apache.org/viewvc?rev=1812529&view=rev
Log:
And we are at 1.6.4-dev

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

Modified: apr/apr/branches/1.6.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/CHANGES?rev=1812529&r1=1812528&r2=1812529&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.6.x/CHANGES [utf-8] Wed Oct 18 14:39:11 2017
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.6.4
+
+
+
 Changes for APR 1.6.3
 
   *) apr_file_trunc: Truncating a buffered file could add unexpected

Modified: apr/apr/branches/1.6.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/include/apr_version.h?rev=1812529&r1=1812528&r2=1812529&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/include/apr_version.h (original)
+++ apr/apr/branches/1.6.x/include/apr_version.h Wed Oct 18 14:39:11 2017
@@ -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       3
+#define APR_PATCH_VERSION       4
 
 /** 
  * 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