diff --git a/NEWS b/NEWS index f4e66f97..3c1893ff 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -In Development: -# Mentioning Check 0.15.0 for now, to fix distcheck target until next release +Sun July 19, 2020: Released Check 0.15.1 + based on hash db3ef470271e6e011f2cd1f5231a50375568bb46 * Fix warning in ptr macros with pointer to integer cast Issue #284 diff --git a/configure.ac b/configure.ac index 31977baa..93af8b63 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,10 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.15.0], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.15.1], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 CHECK_MINOR_VERSION=15 -CHECK_MICRO_VERSION=0 +CHECK_MICRO_VERSION=1 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 f21d258e..9bd572a3 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@
-June 21, 2020: Check 0.15.0 +July 19, 2020: Check 0.15.1 is now available for download. Check is available under the LGPL license. New features available in this release are listed on the NEWS page.