summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-08-29 09:07:59 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-08-29 09:07:59 +0000
commit4d9f59c1178a8d5685ef75a38f85b038d3236b08 (patch)
treea4acb671c6a33e36bc07c9b1d73e285a864a07f6
parent2173ebb4071d7689c16c901a6c12a15bfe7a1dc8 (diff)
downloadlibapr-4d9f59c1178a8d5685ef75a38f85b038d3236b08.tar.gz
Bump after tag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@570715 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES4
-rw-r--r--STATUS1
-rw-r--r--include/apr_version.h4
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e2f8014f5..720c0318b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-*- coding: utf-8 -*-
+Changes for APR 1.2.11
+
+
+
Changes for APR 1.2.10
*) Solve winNT inherited pipe leaks by mutexing apr_proc_create calls,
diff --git a/STATUS b/STATUS
index ac007ca63..f29dc0af4 100644
--- a/STATUS
+++ b/STATUS
@@ -3,6 +3,7 @@ Last modified at [$Date$]
Releases:
+ 1.2.11 : in maintenance
1.2.10 : tagged August 29, 2007
1.2.9 : released June 7, 2007
1.2.8 : released December 4, 2006
diff --git a/include/apr_version.h b/include/apr_version.h
index fe108285c..437972aaa 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 10
+#define APR_PATCH_VERSION 11
/**
* The symbol APR_IS_DEV_VERSION is only defined for internal,
* "development" copies of APR. It is undefined for released versions
* of APR.
*/
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
#if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN)