Skip to content

Commit aa8657b

Browse files
authored
Merge pull request #266 from libcheck/pre-v0.15.0
Update for v0.15.0
2 parents 18d83fb + 1b6aabb commit aa8657b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
In Development:
2-
# Mentioning Check 0.14.0 for now, to fix distcheck target until next release
1+
Sun June 21, 2020: Released Check 0.15.0
2+
based on hash 18d83fb9bab41b7bfb6535ed44c131004d01d5ad
33

44
* Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of
55
‘gnu_printf’ format attribute

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Prelude.
55
AC_PREREQ([2.59])
66

7-
AC_INIT([Check], [0.14.0], [check-devel at lists dot sourceforge dot net])
7+
AC_INIT([Check], [0.15.0], [check-devel at lists dot sourceforge dot net])
88
CHECK_MAJOR_VERSION=0
9-
CHECK_MINOR_VERSION=14
9+
CHECK_MINOR_VERSION=15
1010
CHECK_MICRO_VERSION=0
1111
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION
1212

index.html

Lines changed: 1 addition & 1 deletion
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>Jan 26, 2020:</b> Check 0.14.0 <a href="https://github.com/libcheck/check/releases">
59+
<b>June 21, 2020:</b> Check 0.15.0 <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)