From: Branden Archer Date: Fri, 20 Oct 2017 00:59:26 +0000 (-0400) Subject: Update for release v0.12.0 X-Git-Tag: 0.12.0^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e8db2722059b527561510dc0171770e5a5c15de;p=check Update for release v0.12.0 --- diff --git a/NEWS b/NEWS index e1d8649..a3b62c1 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 b218906..929fcf3 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 34a0720..59d8e3c 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ http://creativecommons.org/licenses/by-nc/2.5/

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