From 9bd7eaccc7daef96d7d66ea5e3d4b4649431c8ff Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sat, 17 Dec 2016 15:00:18 -0500 Subject: [PATCH] Update for release 0.11.0 --- NEWS | 5 +++-- configure.ac | 4 ++-- index.html | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f9ac0386..a0456acc 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 0e6d3f01..0f89bc1a 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 42b25205..34a0720f 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

Latest Check Release

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