diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-11 19:39:49 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-16 00:58:52 +0200 |
commit | 0370344afb080a2103a7d30be818e9f3a007beee (patch) | |
tree | dc30ff0d0b714f09b8324cf8dd2a2b7981b906f9 /lib/libcec | |
parent | b2faddb6f5a4d6d2a2faf9b39c89fc08969a5e8f (diff) |
[cec] bump to libCEC 2.0.2
Diffstat (limited to 'lib/libcec')
-rw-r--r-- | lib/libcec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcec/Makefile b/lib/libcec/Makefile index edc6ea8fc0..bb82a099aa 100644 --- a/lib/libcec/Makefile +++ b/lib/libcec/Makefile @@ -7,7 +7,7 @@ # lib name, version LIBNAME=libcec -VERSION=2.0.0 +VERSION=2.0.2 SOURCE=$(LIBNAME)-$(VERSION) # download location and format |