summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2017-05-31 15:16:31 +0000
committerNick Kew <niq@apache.org>2017-05-31 15:16:31 +0000
commit2dc754689dc6bd777c4a2b764f446aff892c67bb (patch)
treecf7af17bbc2d56c894687716c7ed88b5964188d1
parent94161718baa6c67bbb0be738fc733db196cbeacb (diff)
downloadapr-2dc754689dc6bd777c4a2b764f446aff892c67bb.tar.gz
Post-tag
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1797056 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
-rw-r--r--include/apr_version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 219d7594a..d6226f9e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-*- coding: utf-8 -*-
+Changes for APR 1.6.2
+
+
Changes for APR 1.6.1
*) Cut out problematic timed lock code [Nick Kew, William Rowe]
diff --git a/include/apr_version.h b/include/apr_version.h
index a1d8cd7a9..ea7a2abf4 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 1
+#define APR_PATCH_VERSION 2
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
* "development" copies of APR. It is undefined for released versions
* of APR.
- * #define APR_IS_DEV_VERSION
*/
+#define APR_IS_DEV_VERSION
/**
* Check at compile time if the APR version is at least a certain