From 98af2fb184de13deb77cc57c8d3aea7ab86e5e4c Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 3 Feb 2013 14:31:53 +0100 Subject: Adapt Makefile for new VDR >=1.7.36 --- dvdswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dvdswitch.c') diff --git a/dvdswitch.c b/dvdswitch.c index aea78f6..b2a0ffe 100644 --- a/dvdswitch.c +++ b/dvdswitch.c @@ -18,7 +18,7 @@ #error "VDR-1.6.0 API version or greater is required!" #endif -static const char *VERSION = "0.2.1"; +static const char *VERSION = "0.2.2"; class cPluginDvdswitch : public cPlugin { private: -- cgit v1.2.3