From 51bb582cdbc1b8c07ecb4913920160748c4b781a Mon Sep 17 00:00:00 2001 From: brarcher Date: Sun, 14 Jun 2015 16:07:03 +0000 Subject: [PATCH] configure: fix check micro version This was not updated during the last release. Although it is technically still out of date (as this is now check 0.9.14+), it is at least a little more correct. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1209 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 02a4262..4350b99 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.59]) AC_INIT([Check], [0.9.14], [check-devel at lists dot sourceforge dot net]) CHECK_MAJOR_VERSION=0 CHECK_MINOR_VERSION=9 -CHECK_MICRO_VERSION=13 +CHECK_MICRO_VERSION=14 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION # unique source file --- primitive safety check -- 2.40.0