Commit ebc5e7c 1 parent db3ef47 commit ebc5e7c Copy full SHA for ebc5e7c
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
3
3
4
4
* Fix warning in ptr macros with pointer to integer cast
5
5
Issue #284
Original file line number Diff line number Diff line change 4
4
# Prelude.
5
5
AC_PREREQ ( [ 2.59] )
6
6
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] )
8
8
CHECK_MAJOR_VERSION=0
9
9
CHECK_MINOR_VERSION=15
10
- CHECK_MICRO_VERSION=0
10
+ CHECK_MICRO_VERSION=1
11
11
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION
12
12
13
13
# unique source file --- primitive safety check
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h3>Latest Check Release</h3>
56
56
57
57
< p >
58
58
<!-- 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 ">
60
60
is now available for download</ a > . Check is available under the
61
61
< a href ="./COPYING.LESSER "> LGPL license</ a > . New features available in
62
62
this release are listed on the < a href ="./NEWS "> NEWS</ a > page.
You can’t perform that action at this time.
0 commit comments