summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-10-18 14:39:11 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2017-10-18 14:39:11 +0000
commit9c11f0d041f2d8b526ac36c51adcf7276a7f5eba (patch)
tree2ca08f54c139cbdb576aeb04def40c67f22f6a25
parentc7c5f5a77ba210009f1d6fbb823ceb1e05a7d319 (diff)
downloadlibapr-9c11f0d041f2d8b526ac36c51adcf7276a7f5eba.tar.gz
And we are at 1.6.4-dev
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1812529 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
-rw-r--r--include/apr_version.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 69181f2f8..e380d0009 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
diff --git a/include/apr_version.h b/include/apr_version.h
index 65935b35b..4c1f02edf 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -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