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 @@

Latest Check Release

-July 19, 2020: Check 0.15.1 +August 7, 2020: Check 0.15.2 is now available for download. Check is available under the LGPL license. New features available in this release are listed on the NEWS page.