summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--STATUS1
-rw-r--r--include/apr_version.h4
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 50e99292f..1f27af785 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-*- coding: utf-8 -*-
+Changes for APR 1.6.5
+
+
+
Changes for APR 1.6.4
*) configure: Fix detection of <net/if.h> on OpenBSD.
diff --git a/STATUS b/STATUS
index bac50718c..4445c5a75 100644
--- a/STATUS
+++ b/STATUS
@@ -4,6 +4,7 @@ Last modified at [$Date$]
Releases:
2.0.0 : in development on trunk/
1.7.0 : in development on branches/1.7.x
+ 1.6.5 : in maintenance
1.6.4 : tagged September 7, 2018
1.6.3 : released October 22, 2017
1.6.2 : released June 14, 2017
diff --git a/include/apr_version.h b/include/apr_version.h
index 9cddc372c..d79d73234 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 4
+#define APR_PATCH_VERSION 5
/**
* 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