summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2018-09-07 15:59:32 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2018-09-07 15:59:32 +0000
commit268a68c30d7ecdff561d11dfa620f167436988c6 (patch)
tree07c517afc6dce85c62f6590bc48adeb1b7c0049b
parent0394eba687ce2391dcd0e498199435edeab56d69 (diff)
downloadlibapr-268a68c30d7ecdff561d11dfa620f167436988c6.tar.gz
Bump after tag, we are at 1.6.5-dev
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1840310 13f79535-47bb-0310-9956-ffa450edef68
-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