File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $ ./configure
56
56
$ make distcheck
57
57
58
58
If 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.
60
60
61
61
6) Commit the changes to configure.ac, NEWS, and index.html to the Check project's
62
62
master 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
3
4
4
5
* Fix out-of-tree builds with CMake.
5
6
Issue #86
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.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] )
8
8
CHECK_MAJOR_VERSION=0
9
- CHECK_MINOR_VERSION=11
9
+ CHECK_MINOR_VERSION=12
10
10
CHECK_MICRO_VERSION=0
11
11
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION
12
12
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 > 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 ">
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