From 9296c816c24ece886951d250f767076c88c80960 Mon Sep 17 00:00:00 2001 From: Branden Archer <b.m.archer4@gmail.com> Date: Fri, 7 Aug 2020 19:12:18 -0700 Subject: [PATCH] Update for release --- NEWS | 4 ++-- configure.ac | 4 ++-- index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index d82945a1..a6e06589 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -In Development: -# Mentioning Check 0.15.1 for now, to fix distcheck target until next release +Fri Aug 7, 2020: Released Check 0.15.2 + based on hash 4ed1ae13fdfd3033a83c06a6abd9276128944074 * Fix fail* APIs, regression from 0.15.1 Issue #298 diff --git a/configure.ac b/configure.ac index 93af8b63..1727a3c1 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,10 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.15.1], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.15.2], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 CHECK_MINOR_VERSION=15 -CHECK_MICRO_VERSION=1 +CHECK_MICRO_VERSION=2 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION # unique source file --- primitive safety check diff --git a/index.html b/index.html index 9bd572a3..023386d7 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ <h3>Latest Check Release</h3> <p> <!-- Update this section during a release --> -<b>July 19, 2020:</b> Check 0.15.1 <a href="https://github.com/libcheck/check/releases"> +<b>August 7, 2020:</b> Check 0.15.2 <a href="https://github.com/libcheck/check/releases"> is now available for download</a>. Check is available under the <a href="./COPYING.LESSER">LGPL license</a>. New features available in this release are listed on the <a href="./NEWS">NEWS</a> page.