diff options
author | Midas <vdrportal_midas@gmx.de> | 2011-07-29 23:21:26 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2011-07-29 23:21:26 +0200 |
commit | 546f6617fc541ef772c27b208f80544507f95110 (patch) | |
tree | 5de4eed3cd8b0288fe25a89998a932f7e0d4a5ff | |
parent | 3794cd785ee1655c3657587f96cf64dd5b9da06e (diff) | |
download | vdr-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.c | 2 |
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"); |