summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2018-09-10 21:08:33 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2018-09-10 21:08:33 +0000
commite04faeaeeb1278c8e4a5e6bc59e772dd7481dca8 (patch)
tree715633ffc0fec05fee4dbf27060ea6e1cd6bcbc1
parentbdc894ceca91577acc67fe4ec249cbee544fa885 (diff)
downloadlibapr-e04faeaeeb1278c8e4a5e6bc59e772dd7481dca8.tar.gz
We are at 1.6.6-dev
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1840496 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 e7d31369b..5b6f33029 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-*- coding: utf-8 -*-
+Changes for APR 1.6.6
+
+
+
Changes for APR 1.6.5
*) Fix Win32 build breakage in apr_os_exp_time_put() in 1.6.4. [Rainer Jung]
diff --git a/STATUS b/STATUS
index c87bc17bf..e30ac6edc 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.6 : in maintenance
1.6.5 : tagged September 10, 2018
1.6.4 : not released
1.6.3 : released October 22, 2017
diff --git a/include/apr_version.h b/include/apr_version.h
index 3dfbe0e07..f7ecb2a09 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 5
+#define APR_PATCH_VERSION 6
/**
* 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