aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLars Op den Kamp <opdenkamp@gmail.com>2017-01-04 12:24:57 +0100
committerGitHub <noreply@github.com>2017-01-04 12:24:57 +0100
commit5721e654fbcd84d0b22bf16a69d7c4263cf2714f (patch)
treef379626c283863d39696e7d3343c8b65c6dac010 /tools
parent48548e24c4e1593724edac34d32138430b6a3bb3 (diff)
parent1c29e0dae6b86afe78946a4e94f8398f3e6c8337 (diff)
Merge pull request #11361 from opdenkamp/libcec-4.0.1
[CEC] bump to libCEC 4.0.1
Diffstat (limited to 'tools')
-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 c75b300aeb..20111ba898 100644
--- a/tools/depends/target/libcec/Makefile
+++ b/tools/depends/target/libcec/Makefile
@@ -5,7 +5,7 @@ DEPS= ../../Makefile.include Makefile
LIBNAME=libcec
VERSION_MAJOR=4
VERSION_MINOR=0
-VERSION_PATCH=0
+VERSION_PATCH=1
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)
SOURCE=$(LIBNAME)-$(VERSION)