File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $ ./configure
5656$ make distcheck
5757
5858If this passes, a tarball with the current release number will be in the current
59- directory. Make not of this, as it will be uploaded to GitHub later.
59+ directory. Make note of this, as it will be uploaded to GitHub later.
6060
61616) Commit the changes to configure.ac, NEWS, and index.html to the Check project's
6262master branch, with the commit message:
Original file line number Diff line number Diff line change 1- In Development:
2- # Mentioning Check 0.11.0 for now, to fix distcheck target until next release
1+ Fri Oct 20, 2017: Released Check 0.12.0
2+ 2017-10-20 10:00:00 +0000
3+ based on hash c472c743d7c9f01ae9ea6a0e8e08132251b62abd
34
45* Fix out-of-tree builds with CMake.
56 Issue #86
Original file line number Diff line number Diff line change 44# Prelude.
55AC_PREREQ ( [ 2.59] )
66
7- AC_INIT ( [ Check] , [ 0.11 .0] , [ check-devel at lists dot sourceforge dot net] )
7+ AC_INIT ( [ Check] , [ 0.12 .0] , [ check-devel at lists dot sourceforge dot net] )
88CHECK_MAJOR_VERSION=0
9- CHECK_MINOR_VERSION=11
9+ CHECK_MINOR_VERSION=12
1010CHECK_MICRO_VERSION=0
1111CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION
1212
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h3>Latest Check Release</h3>
5656
5757< p >
5858<!-- Update this section during a release -->
59- < b > Dec 17, 2016 :</ b > Check 0.11 .0 < a href ="https://github.com/libcheck/check/releases ">
59+ < b > Oct 20, 2017 :</ b > Check 0.12 .0 < a href ="https://github.com/libcheck/check/releases ">
6060is now available for download</ a > . Check is available under the
6161< a href ="./COPYING.LESSER "> LGPL license</ a > . New features available in
6262this release are listed on the < a href ="./NEWS "> NEWS</ a > page.
You can’t perform that action at this time.
0 commit comments