diff options
author | Midas <vdrportal_midas@gmx.de> | 2012-05-01 16:50:44 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2012-05-01 16:50:44 +0200 |
commit | 64336e4dc19b95c5b55f2470f7204dafa27635e1 (patch) | |
tree | 7919363e1c4bf866f4e77050ffb67d8df3ebe38f | |
parent | 4049663a325b1fa347adb633afda4576f8ac6d3b (diff) | |
download | vdr-plugin-sleeptimer-64336e4dc19b95c5b55f2470f7204dafa27635e1.tar.gz vdr-plugin-sleeptimer-64336e4dc19b95c5b55f2470f7204dafa27635e1.tar.bz2 |
increased version number
-rw-r--r-- | sleeptimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleeptimer.c b/sleeptimer.c index 43696fd..9feb4dd 100644 --- a/sleeptimer.c +++ b/sleeptimer.c @@ -19,7 +19,7 @@ #define COMMANDLENGTH 512 #endif -static const char *VERSION = "0.8.3-201205011141dev"; +static const char *VERSION = "0.8.3-201205011650dev"; static const char *DESCRIPTION = "Sleeptimer for VDR"; static const char *MAINMENUENTRY = tr("Sleeptimer"); |