diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-08-31 01:04:29 +0200 |
---|---|---|
committer | gimli <ebsi4711@gmail.com> | 2012-09-04 23:00:59 +0200 |
commit | 19793b2d0f720b9473356b8814d4c75bd33c421f (patch) | |
tree | 570b292b1bb65a3ac5f55de28de1a67389b70b07 /tools | |
parent | 2f7a3762c3ee32c1bd5a1bc2db53215f5f2ce6cc (diff) |
cec: bump the libCEC versions of win32 and osx to 1.8.1 (same as linux)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/libcec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/libcec/Makefile b/tools/darwin/depends/libcec/Makefile index 367386783e..c516346a23 100644 --- a/tools/darwin/depends/libcec/Makefile +++ b/tools/darwin/depends/libcec/Makefile @@ -3,7 +3,7 @@ include ../config.site.mk # lib name, version LIBNAME=libcec -VERSION=1.7.1 +VERSION=1.8.1 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |