Skip to content

Commit

Permalink
Update for release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brarcher committed Oct 20, 2017
1 parent c1c24af commit 7e8db27
Show file tree
Hide file tree
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.11.0 for now, to fix distcheck target until next release
Fri Oct 20, 2017: Released Check 0.12.0
2017-10-20 10:00:00 +0000
based on hash c472c743d7c9f01ae9ea6a0e8e08132251b62abd

* Fix out-of-tree builds with CMake.
Issue #86
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Prelude.
AC_PREREQ([2.59])

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

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

<p>
<!-- Update this section during a release -->
<b>Dec 17, 2016:</b> Check 0.11.0 <a href="https://github.com/libcheck/check/releases">
<b>Oct 20, 2017:</b> Check 0.12.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.
Expand Down

0 comments on commit 7e8db27

Please sign in to comment.