diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-10 13:58:17 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-10 13:58:17 +0000 |
commit | 3e899e6cda0ce9ba19daa4505ef4cb95aff4fd00 (patch) | |
tree | 9fc8c0fb27d9abe041ce8e5e7dc6959420556626 /muggle.c | |
parent | 79afc8f52035aed6e4f7bc5f19cdff7dc34caf4a (diff) | |
download | vdr-plugin-muggle-0.0.7-BETA.tar.gz vdr-plugin-muggle-0.0.7-BETA.tar.bz2 |
Error in version distinction removed0.0.7-BETA
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/tags/0.0.7-BETA@220 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle.c')
-rw-r--r-- | muggle.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #include <getopt.h> #include <config.h> -static const char *VERSION = "0.0.6"; +static const char *VERSION = "0.0.7"; static const char *DESCRIPTION = "Media juggle plugin for VDR"; static const char *MAINMENUENTRY = "Muggle"; |