summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2011-07-29 23:21:26 +0200
committerMidas <vdrportal_midas@gmx.de>2011-07-29 23:21:26 +0200
commit546f6617fc541ef772c27b208f80544507f95110 (patch)
tree5de4eed3cd8b0288fe25a89998a932f7e0d4a5ff
parent3794cd785ee1655c3657587f96cf64dd5b9da06e (diff)
downloadvdr-plugin-sleeptimer-546f6617fc541ef772c27b208f80544507f95110.tar.gz
vdr-plugin-sleeptimer-546f6617fc541ef772c27b208f80544507f95110.tar.bz2
Forgot to alter the version string in the last commit.
-rw-r--r--sleeptimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleeptimer.c b/sleeptimer.c
index 91c33a1..f5311be 100644
--- a/sleeptimer.c
+++ b/sleeptimer.c
@@ -14,7 +14,7 @@
#include "i18n.h"
#endif
-static const char *VERSION = "0.8";
+static const char *VERSION = "0.8.1-WIP201107292321";
static const char *DESCRIPTION = "Sleeptimer for VDR";
static const char *MAINMENUENTRY = tr("Sleeptimer");