From cb6beca95889fbadf9a67939b4c377f5163644ec Mon Sep 17 00:00:00 2001 From: wrowe Date: Wed, 29 Nov 2006 11:30:32 +0000 Subject: Bump after tag git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@480529 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/apr_version.h b/include/apr_version.h index c2ddf81e7..1047532ec 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 13 +#define APR_PATCH_VERSION 14 /** * 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 */ -- cgit v1.2.1