From 4d9f59c1178a8d5685ef75a38f85b038d3236b08 Mon Sep 17 00:00:00 2001 From: wrowe Date: Wed, 29 Aug 2007 09:07:59 +0000 Subject: Bump after tag git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@570715 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 e2f8014f5..720c0318b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes for APR 1.2.11 + + + Changes for APR 1.2.10 *) Solve winNT inherited pipe leaks by mutexing apr_proc_create calls, diff --git a/STATUS b/STATUS index ac007ca63..f29dc0af4 100644 --- a/STATUS +++ b/STATUS @@ -3,6 +3,7 @@ Last modified at [$Date$] Releases: + 1.2.11 : in maintenance 1.2.10 : tagged August 29, 2007 1.2.9 : released June 7, 2007 1.2.8 : released December 4, 2006 diff --git a/include/apr_version.h b/include/apr_version.h index fe108285c..437972aaa 100644 --- a/include/apr_version.h +++ b/include/apr_version.h @@ -59,14 +59,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APR_PATCH_VERSION 10 +#define APR_PATCH_VERSION 11 /** * The symbol APR_IS_DEV_VERSION is only defined for internal, * "development" copies of APR. It is undefined for released versions * of APR. */ -/* #undef APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN) -- cgit v1.2.1