Skip to content

Commit

Permalink
Update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brarcher committed Jul 19, 2020
1 parent db3ef47 commit ebc5e7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
In Development:
# Mentioning Check 0.15.0 for now, to fix distcheck target until next release
Sun July 19, 2020: Released Check 0.15.1
based on hash db3ef470271e6e011f2cd1f5231a50375568bb46

* Fix warning in ptr macros with pointer to integer cast
Issue #284
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Prelude.
AC_PREREQ([2.59])

AC_INIT([Check], [0.15.0], [check-devel at lists dot sourceforge dot net])
AC_INIT([Check], [0.15.1], [check-devel at lists dot sourceforge dot net])
CHECK_MAJOR_VERSION=0
CHECK_MINOR_VERSION=15
CHECK_MICRO_VERSION=0
CHECK_MICRO_VERSION=1
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION

# unique source file --- primitive safety check
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>June 21, 2020:</b> Check 0.15.0 <a href="https://github.com/libcheck/check/releases">
<b>July 19, 2020:</b> Check 0.15.1 <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 ebc5e7c

Please sign in to comment.