From 2ebbec770a87a95e3e5c57e8e647a0b2b4131320 Mon Sep 17 00:00:00 2001 From: wrowe Date: Wed, 22 Mar 2006 20:57:57 +0000 Subject: Bumps after tag git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@387943 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ STATUS | 1 + include/apr_version.h | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 6c8cff990..793a39d41 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Changes with APR 0.9.11 + + + Changes with APR 0.9.10 *) Minor bug fixes to address various platform build and run time issues. diff --git a/STATUS b/STATUS index b7e039c70..7be362e60 100644 --- a/STATUS +++ b/STATUS @@ -3,6 +3,7 @@ Last modified at [$Date$] Release: + 0.9.11 : in development 0.9.10 : tagged March 22, 2006 0.9.9 : tagged January 30, 2006, not released 0.9.9 : tagged January 27, 2006, not released diff --git a/include/apr_version.h b/include/apr_version.h index 4875c2a14..05ca4e164 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 10 +#define APR_PATCH_VERSION 11 /** * 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 */ -- cgit v1.2.1