summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-08-29 09:08:58 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-08-29 09:08:58 +0000
commitdacc099c3db4c4e4b354880966536da25162a6e8 (patch)
tree4b4005fa96920567ebebf040ebf7a3026f9e4cae
parent724a5564fd3ac4ec8d0bc0df6dda0ec46db30059 (diff)
downloadlibapr-dacc099c3db4c4e4b354880966536da25162a6e8.tar.gz
Bump after tag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@570716 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 d38f20790..63f81e09b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-*- coding: utf-8 -*-
+Changes with APR 0.9.16
+
+
+
Changes with APR 0.9.15
*) Solve winNT inherited pipe leaks by mutexing apr_proc_create calls,
diff --git a/STATUS b/STATUS
index f60802a3a..93cfe3c68 100644
--- a/STATUS
+++ b/STATUS
@@ -3,6 +3,7 @@ Last modified at [$Date$]
Release:
+ 0.9.16 : in maintenance
0.9.15 : tagged August 29, 2007
0.9.14 : released June 7, 2007
0.9.13 : released December 4, 2006
diff --git a/include/apr_version.h b/include/apr_version.h
index b308d3f31..3ac66e801 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -61,13 +61,13 @@ extern "C" {
#define APR_MINOR_VERSION 9
/** patch level */
-#define APR_PATCH_VERSION 15
+#define APR_PATCH_VERSION 16
/**
* This symbol is defined for internal, "development" copies of APR. This
* symbol will be #undef'd for releases.
*/
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
/** The formatted string of APR's version */