From 43449a0cc03dcc05be0351ce2615b7a104f555e5 Mon Sep 17 00:00:00 2001 From: rjung Date: Wed, 1 Feb 2012 11:44:23 +0000 Subject: We are at 1.4.6-dev since a looong time. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1239090 13f79535-47bb-0310-9956-ffa450edef68 --- include/apr_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/apr_version.h b/include/apr_version.h index 19fbd9615..403f654ef 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 5 +#define APR_PATCH_VERSION 6 /** * The symbol APR_IS_DEV_VERSION is only defined for internal, * "development" copies of APR. It is undefined for released versions * of APR. */ -/* #define APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION /** * Check at compile time if the APR version is at least a certain -- cgit v1.2.1