]> granicus.if.org Git - check/commitdiff
configure: fix check micro version
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 14 Jun 2015 16:07:03 +0000 (16:07 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 14 Jun 2015 16:07:03 +0000 (16:07 +0000)
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

index 02a42627a0468c4e954af858f08c33a6a187639d..4350b99e062a0c8c5237d6af7e8051b25e98720d 100644 (file)
@@ -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