Skip to content

Commit

Permalink
Merge pull request #246 from libcheck/pre-v0.14.0
Browse files Browse the repository at this point in the history
Update for v0.14.0
  • Loading branch information
brarcher authored Jan 26, 2020
2 parents 0c18fbe + f47532d commit d86594e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
In Development:
# Mentioning Check 0.13.0 for now, to fix distcheck target until next release
Sun Jan 26, 2020: Released Check 0.14.0
based on hash 0076ec62f71d33b5b54530f8471b4c99f50638d7

* Add support for FetchContent in CMake
Issue #238

* Rename CMake project from 'check' to 'Check'
Issue #232

* Fix for checking for wrong tool when building docs in Autotools
Issue #231

* Fix compiler warning with printf format
Issue #233


Sat Oct 20, 2019: Released Check 0.13.0
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.13.0], [check-devel at lists dot sourceforge dot net])
AC_INIT([Check], [0.14.0], [check-devel at lists dot sourceforge dot net])
CHECK_MAJOR_VERSION=0
CHECK_MINOR_VERSION=13
CHECK_MINOR_VERSION=14
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>Oct 20, 2019:</b> Check 0.13.0 <a href="https://github.com/libcheck/check/releases">
<b>Jan 26, 2020:</b> Check 0.14.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 d86594e

Please sign in to comment.