summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-06-04 22:01:16 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-06-04 22:01:16 +0000
commitd91bce0e362c2ac797059a7b6306bd6d2c662b1b (patch)
treec113305ae9cd928bc351c6920c3d3dc089ee643d
parentcfc0384bac4a07f0a3cb40e86d6bcdf36d109624 (diff)
downloadlibapr-d91bce0e362c2ac797059a7b6306bd6d2c662b1b.tar.gz
Bump, after tag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@544306 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 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 */