From 96af17c75972db24fe93448b2d4ac5be923ea93d Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 10 Sep 2018 21:08:33 +0000 Subject: We are at 1.6.6-dev git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1840496 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 4 ++++ STATUS | 1 + include/apr_version.h | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index e7d31369b..5b6f33029 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes for APR 1.6.6 + + + Changes for APR 1.6.5 *) Fix Win32 build breakage in apr_os_exp_time_put() in 1.6.4. [Rainer Jung] diff --git a/STATUS b/STATUS index c87bc17bf..e30ac6edc 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.6 : in maintenance 1.6.5 : tagged September 10, 2018 1.6.4 : not released 1.6.3 : released October 22, 2017 diff --git a/include/apr_version.h b/include/apr_version.h index 3dfbe0e07..f7ecb2a09 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 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. */ -/* #undef 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