summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2012-02-01 11:44:23 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2012-02-01 11:44:23 +0000
commit43449a0cc03dcc05be0351ce2615b7a104f555e5 (patch)
tree751d931fd9bb59212f69784d687d75509e7dd1b9
parentb5454a07475c6d16ec3d0230291b341ffd0e5410 (diff)
downloadlibapr-43449a0cc03dcc05be0351ce2615b7a104f555e5.tar.gz
We are at 1.4.6-dev since a looong time.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1239090 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index 19fbd9615..403f654ef 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 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.
*/
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
/**
* Check at compile time if the APR version is at least a certain