summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2012-02-07 23:16:14 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2012-02-07 23:16:14 +0000
commit5d4fa643c23b668cfcad65c0b44265fcd082cdcf (patch)
tree53d375f94131cec117c9bfc7ea0beb270b960586
parent59f46993b43647fd9f101cd1a2a5c6b81034f483 (diff)
downloadlibapr-5d4fa643c23b668cfcad65c0b44265fcd082cdcf.tar.gz
Bump the version after tag.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1241697 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
-rw-r--r--include/apr_version.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f3213bfc0..822688cfa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-*- coding: utf-8 -*-
+Changes for APR 1.4.7
+
+
+
Changes for APR 1.4.6
*) Flush write buffer before truncate call on a file.
diff --git a/include/apr_version.h b/include/apr_version.h
index 81223207a..d3c2fa26b 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -59,14 +59,14 @@
* The Patch Level never includes API changes, simply bug fixes.
* Reset to 0 when upgrading APR_MINOR_VERSION
*/
-#define APR_PATCH_VERSION 6
+#define APR_PATCH_VERSION 7
/**
* 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