summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2015-04-25 12:02:24 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2015-04-25 12:02:24 +0000
commit295b4927616d4782040c65665e03ee4e066ea1c6 (patch)
tree9fbb8be29c2ee36ecb1bab0c5ca1c55821d3d568
parent5bd309c4b72dd38767f5e29756e6f098413317d2 (diff)
downloadlibapr-295b4927616d4782040c65665e03ee4e066ea1c6.tar.gz
1.5.2 is tagged; bump to 1.5.3 (development)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x@1676022 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 f300ec0f8..db89ff4d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-*- coding: utf-8 -*-
+Changes for APR 1.5.3
+
+
Changes for APR 1.5.2
*) SECURITY: CVE-2015-1829 (cve.mitre.org)
diff --git a/include/apr_version.h b/include/apr_version.h
index c7cbb8f60..6624fb1af 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 2
+#define APR_PATCH_VERSION 3
/**
* 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