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 59c0ad52c..33ce46e71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Changes with APR 0.9.15
+
+
+
Changes with APR 0.9.14
*) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in
diff --git a/STATUS b/STATUS
index 293844e08..10e6c94d1 100644
--- a/STATUS
+++ b/STATUS
@@ -3,6 +3,7 @@ Last modified at [$Date$]
Release:
+ 0.9.15 : in maintenance
0.9.14 : tagged June 4, 2007
0.9.13 : released December 4, 2006
0.9.12 : released April 14, 2006
diff --git a/include/apr_version.h b/include/apr_version.h
index 26a1b9db7..ed30c04d7 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 14
+#define APR_PATCH_VERSION 15
/**
* 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 */