From 1b6aabb91d60f999db16d3d8962947b45a5f80c4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 21 Jun 2020 09:02:26 -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 966a4ebe..a4e78582 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -In Development: -# Mentioning Check 0.14.0 for now, to fix distcheck target until next release +Sun June 21, 2020: Released Check 0.15.0 + based on hash 18d83fb9bab41b7bfb6535ed44c131004d01d5ad * Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of ‘gnu_printf’ format attribute diff --git a/configure.ac b/configure.ac index 8e458404..31977baa 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.14.0], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.15.0], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 -CHECK_MINOR_VERSION=14 +CHECK_MINOR_VERSION=15 CHECK_MICRO_VERSION=0 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION diff --git a/index.html b/index.html index f7b72f23..f21d258e 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

Latest Check Release

-Jan 26, 2020: Check 0.14.0 +June 21, 2020: Check 0.15.0 is now available for download. Check is available under the LGPL license. New features available in this release are listed on the NEWS page.