From: brarcher Date: Sun, 14 Jun 2015 16:07:03 +0000 (+0000) Subject: configure: fix check micro version X-Git-Tag: 0.10.0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51bb582cdbc1b8c07ecb4913920160748c4b781a;p=check 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 --- 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