diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-09 08:07:30 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-10-09 08:07:30 +0000 |
commit | 8da6cb9b3d1a60843c150eedb45f4ad7a7e4e582 (patch) | |
tree | 651dba2e60d35bbd5074893d0c8ad599f91dc343 /muggle.c | |
parent | 6cce75232cf142808e21352381e31fe688d2396c (diff) | |
download | vdr-plugin-muggle-8da6cb9b3d1a60843c150eedb45f4ad7a7e4e582.tar.gz vdr-plugin-muggle-8da6cb9b3d1a60843c150eedb45f4ad7a7e4e582.tar.bz2 |
Remove errror in muggle.c
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@214 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle.c')
-rw-r--r-- | muggle.c | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -22,15 +22,7 @@ #include <getopt.h> #include <config.h> -<<<<<<< .mine -<<<<<<< .mine -static const char *VERSION = "0.0.3"; -======= -static const char *VERSION = "0.0.4"; -======= -static const char *VERSION = "0.0.5"; ->>>>>>> .r202 ->>>>>>> .r177 +static const char *VERSION = "0.0.6"; static const char *DESCRIPTION = "Media juggle plugin for VDR"; static const char *MAINMENUENTRY = "Muggle"; |