mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
check: Update version number of included libcheck
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=741550
This commit is contained in:
parent
05886316a1
commit
755a66b6a2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue