Skip to content

Commit

Permalink
Merge pull request #135 from libcheck/pre-v0.12
Browse files Browse the repository at this point in the history
Pre v0.12
  • Loading branch information
brarcher authored Oct 20, 2017
2 parents c472c74 + 7e8db27 commit 673dce1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ ./configure
$ make distcheck

If this passes, a tarball with the current release number will be in the current
directory. Make not of this, as it will be uploaded to GitHub later.
directory. Make note of this, as it will be uploaded to GitHub later.

6) Commit the changes to configure.ac, NEWS, and index.html to the Check project's
master branch, with the commit message:
Expand Down
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
In Development:
# Mentioning Check 0.11.0 for now, to fix distcheck target until next release
Fri Oct 20, 2017: Released Check 0.12.0
2017-10-20 10:00:00 +0000
based on hash c472c743d7c9f01ae9ea6a0e8e08132251b62abd

* Fix out-of-tree builds with CMake.
Issue #86
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Prelude.
AC_PREREQ([2.59])

AC_INIT([Check], [0.11.0], [check-devel at lists dot sourceforge dot net])
AC_INIT([Check], [0.12.0], [check-devel at lists dot sourceforge dot net])
CHECK_MAJOR_VERSION=0
CHECK_MINOR_VERSION=11
CHECK_MINOR_VERSION=12
CHECK_MICRO_VERSION=0
CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3>Latest Check Release</h3>

<p>
<!-- Update this section during a release -->
<b>Dec 17, 2016:</b> Check 0.11.0 <a href="https://github.com/libcheck/check/releases">
<b>Oct 20, 2017:</b> Check 0.12.0 <a href="https://github.com/libcheck/check/releases">
is now available for download</a>. Check is available under the
<a href="./COPYING.LESSER">LGPL license</a>. New features available in
this release are listed on the <a href="./NEWS">NEWS</a> page.
Expand Down

0 comments on commit 673dce1

Please sign in to comment.