]> granicus.if.org Git - check/commitdiff
* Update for release
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 21 Jan 2014 03:11:24 +0000 (03:11 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 21 Jan 2014 03:11:24 +0000 (03:11 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1055 64e312b2-a51f-0410-8e61-82d0ca0eb02a

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 39ee96876b96439a30039832685d8e5e4503f2a7..780ba0389d7eb8b505af41527a7020c2a4879e28 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
-In development:
-# These lines to be removed, stub to keep distcheck
-# happy on NEWS requirement of having "Check 0.9.11"
-# in the first 15 lines.
+Mon Jan 20, 2014: Released Check 0.9.12
+  based on r1054 (2014-01-16 23:08:03 +0000)
 
 * Additional unit tests created for internal and external Check
   APIs.
index 083691d06b119433ce2c7ae7dcce129c854f6b78..b590f59177eed190dd4ce4bd3eea28d0b73d1c06 100644 (file)
@@ -4,10 +4,10 @@
 # Prelude.
 AC_PREREQ([2.59])
 
-AC_INIT([Check], [0.9.11], [check-devel at lists dot sourceforge dot net])
+AC_INIT([Check], [0.9.12], [check-devel at lists dot sourceforge dot net])
 CHECK_MAJOR_VERSION=0
 CHECK_MINOR_VERSION=9
-CHECK_MICRO_VERSION=11
+CHECK_MICRO_VERSION=12
 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION
 
 # unique source file --- primitive safety check