From: brarcher Date: Sat, 31 May 2014 00:09:01 +0000 (+0000) Subject: Update for release X-Git-Tag: 0.10.0~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=637128b94324f500133f65a6cc9d168cff4c81cc;p=check Update for release git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1138 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/NEWS b/NEWS index 5e09e24..1612e0a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -In development: -# Mentioning Check 0.9.12 for now, to fix distcheck target until next release +Fri May 30, 2014: Released Check 0.9.13 + based on r1137 (2014-05-26 21:03:09 +0000) * When a test assertion fails, exit() was invoked. This results in any registered exit handlers being invoked. A test should not be relied diff --git a/configure.ac b/configure.ac index 1df5223..ed13338 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,10 @@ # Prelude. AC_PREREQ([2.59]) -AC_INIT([Check], [0.9.12], [check-devel at lists dot sourceforge dot net]) +AC_INIT([Check], [0.9.13], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 CHECK_MINOR_VERSION=9 -CHECK_MICRO_VERSION=12 +CHECK_MICRO_VERSION=13 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION # unique source file --- primitive safety check