summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-09-26 20:22:42 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-09-26 20:22:42 +0000
commite98351d7299e38616217f881f30bc9fcca8d2c2f (patch)
tree88dc807dea182f70b9e0080410962885366f39d0
parent6006d6603ba2bfdd0a9daac823b1f55cc2e1484e (diff)
downloadlibapr-e98351d7299e38616217f881f30bc9fcca8d2c2f.tar.gz
Bump after tag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@291730 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 194b26f37..375e9171b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+Changes with APR 0.9.8-dev
+
+
+
Changes with APR 0.9.7
*) Fix crash in apr_dir_make_recursive() for relative path
diff --git a/STATUS b/STATUS
index 9b4f3466c..c95f6a040 100644
--- a/STATUS
+++ b/STATUS
@@ -3,6 +3,7 @@ Last modified at [$Date$]
Release:
+ 0.9.8 : in development
0.9.7 : tagged September 26, 2005
0.9.6 : released February 4, 2005
0.9.5 : released November 16, 2004
diff --git a/include/apr_version.h b/include/apr_version.h
index cf7eb71fd..3a839e0a2 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 7
+#define APR_PATCH_VERSION 8
/**
* This symbol is defined for internal, "development" copies of APR. This
* symbol will be #undef'd for releases.
*/
-/* #define APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
/** The formatted string of APR's version */