diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2014-12-15 14:53:28 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-12-15 15:14:31 +0100 |
commit | 755a66b6a2acb44178d5472239749bcffbf9d6d8 (patch) | |
tree | e0f174b9371ee36c0d56eafa45cb0ea25df22e7c | |
parent | 05886316a1d816960a5c197d3507f626c351722d (diff) |
check: Update version number of included libcheck
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=741550
-rw-r--r-- | m4/check-checks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-checks.m4 b/m4/check-checks.m4 index a90d5852a..bdfe37dbe 100644 --- a/m4/check-checks.m4 +++ b/m4/check-checks.m4 @@ -7,7 +7,7 @@ AC_MSG_NOTICE([Running check unit test framework checks now...]) CHECK_MAJOR_VERSION=0 CHECK_MINOR_VERSION=9 -CHECK_MICRO_VERSION=8 +CHECK_MICRO_VERSION=14 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION AC_SUBST(CHECK_MAJOR_VERSION) |