Skip to content

Commit

Permalink
Update for release 0.11.0
Browse files Browse the repository at this point in the history
brarcher committed Dec 17, 2016
1 parent 7c9cfb4 commit 9bd7eac
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
In Development:
# Mentioning Check 0.10.0 for now, to fix distcheck target until next release
Sat Dec 17, 2016: Released Check 0.11.0
2016-12-17 15:00:00 +0000
based on hash 7c9cfb4b13124b93a63e60b3c681c2bf4f2723ce

* Avoid issue in unit test output checking where a shell's built-in printf
command does not work properly, but the printf program itself is correct.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@
# Prelude.
AC_PREREQ([2.59])

AC_INIT([Check], [0.10.0], [check-devel at lists dot sourceforge dot net])
AC_INIT([Check], [0.11.0], [check-devel at lists dot sourceforge dot net])
CHECK_MAJOR_VERSION=0
CHECK_MINOR_VERSION=10
CHECK_MINOR_VERSION=11
CHECK_MICRO_VERSION=0
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ <h3>Latest Check Release</h3>

<p>
<!-- Update this section during a release -->
<b>Aug 2, 2015:</b> Check 0.10.0 <a href="https://github.com/libcheck/check/releases">
<b>Dec 17, 2016:</b> Check 0.11.0 <a href="https://github.com/libcheck/check/releases">
is now available for download</a>. Check is available under the
<a href="./COPYING.LESSER">LGPL license</a>. New features available in
this release are listed on the <a href="./NEWS">NEWS</a> page.

0 comments on commit 9bd7eac

Please sign in to comment.