diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2010-04-14 23:13:45 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2010-04-14 23:13:45 +0200 |
commit | b856f4fb464607fe195f34cb3523429d7d3f4d2f (patch) | |
tree | 07f25d63f0b18a6e8d22c6e09899e85d2f16925b | |
parent | 4e09abd4ff7b2ad123d2b96946d7d0c34adb7b51 (diff) | |
download | vdr-plugin-pvrinput-b856f4fb464607fe195f34cb3523429d7d3f4d2f.tar.gz vdr-plugin-pvrinput-b856f4fb464607fe195f34cb3523429d7d3f4d2f.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-04"; +static const char *VERSION = "2010-04-14"; static const char *DESCRIPTION = tr("use Hauppauge PVR as input device"); static const char *MAINMENUENTRY = tr("PVR picture settings"); |