summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--pvrinput.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 77c39c9..413adae 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,9 @@
VDR Plugin 'pvrinput' Revision History
--------------------------------------
+2012-12-01 (Dr. Seltsam)
+- use radiofd for control the radio device
+
2011-08-18 (mini73)
- support SignalStrength of cDevice in vdr 1.7.19
diff --git a/pvrinput.c b/pvrinput.c
index 5193f28..cb519b7 100644
--- a/pvrinput.c
+++ b/pvrinput.c
@@ -6,7 +6,7 @@
#endif
#endif
-static const char *VERSION = "2012-04-25";
+static const char *VERSION = "2012-12-01";
static const char *DESCRIPTION = tr("use Hauppauge PVR as input device");
static const char *MAINMENUENTRY = tr("PVR picture settings");