diff options
author | VDR user <vdr@vmyavdr.gitarren.local> | 2010-04-03 16:01:27 +0200 |
---|---|---|
committer | VDR user <vdr@vmyavdr.gitarren.local> | 2010-04-03 16:01:27 +0200 |
commit | 7f025769bf1b1cbaf36ff8e0c08d6d1f70b21ed3 (patch) | |
tree | 8b6db3b185bf77593221ac067c633b99609e48ea | |
parent | 4b0984a009ddc7fba479581c677fe3fc800ccd38 (diff) | |
download | vdr-plugin-pvrinput-7f025769bf1b1cbaf36ff8e0c08d6d1f70b21ed3.tar.gz vdr-plugin-pvrinput-7f025769bf1b1cbaf36ff8e0c08d6d1f70b21ed3.tar.bz2 |
Increase version for next rc-release
-rw-r--r-- | pvrinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ #endif #endif -static const char *VERSION = "2010-04-01-rc1"; +static const char *VERSION = "2010-04-03-rc1"; static const char *DESCRIPTION = tr("use Hauppauge PVR as input device"); static const char *MAINMENUENTRY = tr("PVR picture settings"); |