From: Branden Archer Date: Sat, 17 Dec 2016 20:00:18 +0000 (-0500) Subject: Update for release 0.11.0 X-Git-Tag: 0.11.0^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bd7eaccc7daef96d7d66ea5e3d4b4649431c8ff;p=check Update for release 0.11.0 --- diff --git a/NEWS b/NEWS index f9ac038..a0456ac 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -In Development: -# Mentioning Check 0.10.0 for now, to fix distcheck target until next release +Sat Dec 17, 2016: Released Check 0.11.0 + 2016-12-17 15:00:00 +0000 + based on hash 7c9cfb4b13124b93a63e60b3c681c2bf4f2723ce * Avoid issue in unit test output checking where a shell's built-in printf command does not work properly, but the printf program itself is correct. diff --git a/configure.ac b/configure.ac index 0e6d3f0..0f89bc1 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.10.0], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.11.0], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 -CHECK_MINOR_VERSION=10 +CHECK_MINOR_VERSION=11 CHECK_MICRO_VERSION=0 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION diff --git a/index.html b/index.html index 42b2520..34a0720 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ http://creativecommons.org/licenses/by-nc/2.5/

-Aug 2, 2015: Check 0.10.0 +Dec 17, 2016: Check 0.11.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.