summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */