Skip to content

Commit ebc5e7c

Browse files
committed
Update for release
1 parent db3ef47 commit ebc5e7c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
In Development:
2-
# Mentioning Check 0.15.0 for now, to fix distcheck target until next release
1+
Sun July 19, 2020: Released Check 0.15.1
2+
based on hash db3ef470271e6e011f2cd1f5231a50375568bb46
33

44
* Fix warning in ptr macros with pointer to integer cast
55
Issue #284

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# Prelude.
55
AC_PREREQ([2.59])
66

7-
AC_INIT([Check], [0.15.0], [check-devel at lists dot sourceforge dot net])
7+
AC_INIT([Check], [0.15.1], [check-devel at lists dot sourceforge dot net])
88
CHECK_MAJOR_VERSION=0
99
CHECK_MINOR_VERSION=15
10-
CHECK_MICRO_VERSION=0
10+
CHECK_MICRO_VERSION=1
1111
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION
1212

1313
# unique source file --- primitive safety check

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h3>Latest Check Release</h3>
5656

5757
<p>
5858
<!-- Update this section during a release -->
59-
<b>June 21, 2020:</b> Check 0.15.0 <a href="https://github.com/libcheck/check/releases">
59+
<b>July 19, 2020:</b> Check 0.15.1 <a href="https://github.com/libcheck/check/releases">
6060
is now available for download</a>. Check is available under the
6161
<a href="./COPYING.LESSER">LGPL license</a>. New features available in
6262
this release are listed on the <a href="./NEWS">NEWS</a> page.

0 commit comments

Comments
 (0)