From 7e8db2722059b527561510dc0171770e5a5c15de Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Thu, 19 Oct 2017 20:59:26 -0400 Subject: [PATCH] Update for release v0.12.0 --- NEWS | 5 +++-- configure.ac | 4 ++-- index.html | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index e1d86494..a3b62c13 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ -In Development: -# Mentioning Check 0.11.0 for now, to fix distcheck target until next release +Fri Oct 20, 2017: Released Check 0.12.0 + 2017-10-20 10:00:00 +0000 + based on hash c472c743d7c9f01ae9ea6a0e8e08132251b62abd * Fix out-of-tree builds with CMake. Issue #86 diff --git a/configure.ac b/configure.ac index b2189066..929fcf3e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,9 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.11.0], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.12.0], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 -CHECK_MINOR_VERSION=11 +CHECK_MINOR_VERSION=12 CHECK_MICRO_VERSION=0 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION diff --git a/index.html b/index.html index 34a0720f..59d8e3ce 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@

Latest Check Release

-Dec 17, 2016: Check 0.11.0 +Oct 20, 2017: Check 0.12.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.