diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-03 01:43:28 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-09 00:33:39 +0200 |
commit | b45b9a47c13719ad0b57f2776a1789e558d63325 (patch) | |
tree | 85e7c834595f5587047ef7e9530e84964b3c9999 /lib/libcec | |
parent | 2a1bdf74a770a9b571245540803671ca748ca8f8 (diff) |
[cec] bump to libCEC 2.0.0. only minor changes, but the API was cleaned up, and is not compatible with the previous version anymore
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 b521c14551..edc6ea8fc0 100644 --- a/lib/libcec/Makefile +++ b/lib/libcec/Makefile @@ -7,7 +7,7 @@ # lib name, version LIBNAME=libcec -VERSION=1.8.1 +VERSION=2.0.0 SOURCE=$(LIBNAME)-$(VERSION) # download location and format |