From da8cc38cb0cc7519b38ac054d767ce64febfc5c7 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 7 Sep 2018 15:59:32 +0000 Subject: Bump after tag, we are at 1.6.5-dev git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1840310 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 50e99292f..1f27af785 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -*- coding: utf-8 -*- +Changes for APR 1.6.5 + + + Changes for APR 1.6.4 *) configure: Fix detection of on OpenBSD. diff --git a/STATUS b/STATUS index bac50718c..4445c5a75 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.5 : in maintenance 1.6.4 : tagged September 7, 2018 1.6.3 : released October 22, 2017 1.6.2 : released June 14, 2017 diff --git a/include/apr_version.h b/include/apr_version.h index 9cddc372c..d79d73234 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 4 +#define APR_PATCH_VERSION 5 /** * 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