Skip to content

Commit 673dce1

Browse files
authored
Merge pull request #135 from libcheck/pre-v0.12
Pre v0.12
2 parents c472c74 + 7e8db27 commit 673dce1

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

HACKING

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $ ./configure
5656
$ make distcheck
5757

5858
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.
6060

6161
6) Commit the changes to configure.ac, NEWS, and index.html to the Check project's
6262
master branch, with the commit message:

NEWS

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

configure.ac

+2-2
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.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])
88
CHECK_MAJOR_VERSION=0
9-
CHECK_MINOR_VERSION=11
9+
CHECK_MINOR_VERSION=12
1010
CHECK_MICRO_VERSION=0
1111
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION
1212

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>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">
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)