aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpkerling <pkerling@casix.org>2018-12-23 19:01:00 +0100
committerGitHub <noreply@github.com>2018-12-23 19:01:00 +0100
commit44fb5111e7aef1e1649e49b9940171a0598733f3 (patch)
treebf5ca77793685da6ac1f7d0f21d6063f1931ba45
parentacc90c2113522b29d5086246c0540345e7abb87d (diff)
parentfcd804d2a4e3137bdd9e1c235340c560d1dcbf8e (diff)
Merge pull request #15095 from pkerling/update-libcec
Bump libcec to 4.0.4
-rw-r--r--tools/depends/target/libcec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libcec/Makefile b/tools/depends/target/libcec/Makefile
index 71468e2a9a..89889ebb54 100644
--- a/tools/depends/target/libcec/Makefile
+++ b/tools/depends/target/libcec/Makefile
@@ -5,7 +5,7 @@ DEPS= ../../Makefile.include Makefile remove_git_info.patch
LIBNAME=libcec
VERSION_MAJOR=4
VERSION_MINOR=0
-VERSION_PATCH=1
+VERSION_PATCH=4
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
SOURCE=$(LIBNAME)-$(VERSION)