diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-12-01 16:16:35 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-12-01 16:16:35 +0100 |
commit | 286b48b03ea177eb6d6ebb5ae2891ff734d8347e (patch) | |
tree | e25130356fac359282115d15a0756fc02460c733 | |
parent | 6ffa9fe21270cc41a44ab0dafdb2caabbf6bdb11 (diff) | |
download | vdr-plugin-pvrinput-2012-12-01.tar.gz vdr-plugin-pvrinput-2012-12-01.tar.bz2 |
update HISTORY and version numberv2012-12-01
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | pvrinput.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -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"); |