diff --git a/NEWS b/NEWS index 10a11d70..78f4665f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ -In Development: -# Mentioning Check 0.13.0 for now, to fix distcheck target until next release +Sun Jan 26, 2020: Released Check 0.14.0 + based on hash 0076ec62f71d33b5b54530f8471b4c99f50638d7 + +* Add support for FetchContent in CMake + Issue #238 + +* Rename CMake project from 'check' to 'Check' + Issue #232 + +* Fix for checking for wrong tool when building docs in Autotools + Issue #231 + +* Fix compiler warning with printf format + Issue #233 Sat Oct 20, 2019: Released Check 0.13.0 diff --git a/configure.ac b/configure.ac index 4ffe3bae..6d5dec69 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.13.0], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.14.0], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 -CHECK_MINOR_VERSION=13 +CHECK_MINOR_VERSION=14 CHECK_MICRO_VERSION=0 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION diff --git a/index.html b/index.html index a0652887..f7b72f23 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@
-Oct 20, 2019: Check 0.13.0 +Jan 26, 2020: Check 0.14.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.