diff options
author | anbr <vdr07@deltab.de> | 2013-02-03 14:31:53 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2013-02-03 14:31:53 +0100 |
commit | 98af2fb184de13deb77cc57c8d3aea7ab86e5e4c (patch) | |
tree | e8d1d4b00abf96ab32479c1d17b0cf70cae15471 /dvdswitch.c | |
parent | b7a7a4a89af676edeb3903886e2ce51917836487 (diff) | |
download | vdr-plugin-dvdswitch-98af2fb184de13deb77cc57c8d3aea7ab86e5e4c.tar.gz vdr-plugin-dvdswitch-98af2fb184de13deb77cc57c8d3aea7ab86e5e4c.tar.bz2 |
Adapt Makefile for new VDR >=1.7.36
Diffstat (limited to 'dvdswitch.c')
-rw-r--r-- | dvdswitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |