summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2013-06-17 14:46:33 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2013-06-17 14:46:33 +0000
commit38c0e03367c1beafa0d1de983a355a591522cccc (patch)
treef897c5806587dadfb0621a8b9e5cd3b2a90ccbfc
parent74198b1e091d67db2eef391c0645912fdf1c45f2 (diff)
downloadlibapr-38c0e03367c1beafa0d1de983a355a591522cccc.tar.gz
1.4.8 is tagged; bump to 1.4.9 (development)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1493792 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 51d123671..e202e2851 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-*- coding: utf-8 -*-
+Changes for APR 1.4.9
+
+
Changes for APR 1.4.8
*) Fix compiltation with FreeBSD on ARM. [Olli Hauer <ohauer gmx.de>]
diff --git a/include/apr_version.h b/include/apr_version.h
index 4b06508ee..33bb48718 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 8
+#define APR_PATCH_VERSION 9
/**
* 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