From dd17fff158f012b89a42e85c32ac1555d8fe1292 Mon Sep 17 00:00:00 2001 From: pquerna Date: Tue, 15 Mar 2005 23:55:29 +0000 Subject: move 1.1.x to 1.1.2-dev git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@157617 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 bf9fbda9c..bfa635506 100644 --- a/include/apr_version.h +++ b/include/apr_version.h @@ -58,14 +58,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APR_PATCH_VERSION 1 +#define APR_PATCH_VERSION 2 /** * 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 #if defined(APR_IS_DEV_VERSION) || defined(DOXYGEN) -- cgit v1.2.1