diff options
author | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-07 09:17:20 +0000 |
---|---|---|
committer | LarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-07 09:17:20 +0000 |
commit | dc3634d51703fea88aff2f7069928f4a963a1025 (patch) | |
tree | d7e8dcd2ff3a484636fd2b2a2a5355d1105ad388 /muggle-plugin/muggle.c | |
parent | f4cd003ec36478f58edbccaebdf19cd70d5b13ff (diff) | |
download | vdr-plugin-muggle-dc3634d51703fea88aff2f7069928f4a963a1025.tar.gz vdr-plugin-muggle-dc3634d51703fea88aff2f7069928f4a963a1025.tar.bz2 |
Merged most recent stuff from osd_extensions trunk for next release (0.1.2)
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@447 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/muggle.c')
-rw-r--r-- | muggle-plugin/muggle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muggle-plugin/muggle.c b/muggle-plugin/muggle.c index c4e1831..179909e 100644 --- a/muggle-plugin/muggle.c +++ b/muggle-plugin/muggle.c @@ -21,7 +21,7 @@ #include <getopt.h> #include <config.h> -static const char *VERSION = "0.1.1"; +static const char *VERSION = "0.1.2"; static const char *DESCRIPTION = "Media juggle plugin for VDR"; static const char *MAINMENUENTRY = "Muggle"; |