From 44e2945e7998db58d4c4d28e032f49c51051eb75 Mon Sep 17 00:00:00 2001 From: pquerna Date: Wed, 26 Jan 2005 05:17:02 +0000 Subject: bump the 1.1.x branch to 1.1.1-dev git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.1.x@126466 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 168ffce68..2ba92434c 100644 --- a/include/apr_version.h +++ b/include/apr_version.h @@ -60,13 +60,13 @@ extern "C" { #define APR_MINOR_VERSION 1 /** patch level */ -#define APR_PATCH_VERSION 0 +#define APR_PATCH_VERSION 1 /** * This symbol is defined for internal, "development" copies of APR. * This symbol should be #undef'd for releases. */ -/* #define APR_IS_DEV_VERSION */ +#define APR_IS_DEV_VERSION /** The formatted string of APR's version */ #define APR_VERSION_STRING \ -- cgit v1.2.1