From 101202b89a1327b978bd3053f07d87a0966910b9 Mon Sep 17 00:00:00 2001 From: wrowe Date: Fri, 9 Jun 2017 12:51:41 +0000 Subject: And we are on 1.6.3-dev git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1798208 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 1 + include/apr_version.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/STATUS b/STATUS index 3a40ef218..c284ed8d1 100644 --- a/STATUS +++ b/STATUS @@ -4,6 +4,7 @@ Last modified at [$Date$] Releases: 2.0.0 : in development on trunk/ 1.7.0 : in development on branches/1.7.x + 1.6.3 : in development 1.6.2 : tagged June 9, 2017 1.6.1 : not released 1.6.0 : not released diff --git a/include/apr_version.h b/include/apr_version.h index 1b33bb59d..2bdcbcf84 100644 --- a/include/apr_version.h +++ b/include/apr_version.h @@ -62,14 +62,14 @@ * The Patch Level never includes API changes, simply bug fixes. * Reset to 0 when upgrading APR_MINOR_VERSION */ -#define APR_PATCH_VERSION 2 +#define APR_PATCH_VERSION 3 /** * 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