summaryrefslogtreecommitdiff
path: root/extrecmenu.c
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2006-06-20 16:18:09 +0200
committerAndreas Mair <andreas@vdr-developer.org>2006-06-20 16:18:09 +0200
commit978605b653893d76a6e34f923d74bb64dfb957ca (patch)
treecdc9149233b6219851ff1f2e7d24a3f1a5f370cf /extrecmenu.c
parent75cebc37f280719c40824a6f76b43018f6c71d16 (diff)
downloadvdr-plugin-extrecmenu-978605b653893d76a6e34f923d74bb64dfb957ca.tar.gz
vdr-plugin-extrecmenu-978605b653893d76a6e34f923d74bb64dfb957ca.tar.bz2
Version 0.12av0.12a
- fixed a bug if you compiled the plugin with support for the PIN-plugin; thanks to Thiemo Gehrke for reporting - fixed another bug with editing recordings if VDR is compiled with VFAT=1 or started with the option --vfat; based upon a patch of berndm from vdr-portal.de
Diffstat (limited to 'extrecmenu.c')
-rw-r--r--extrecmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extrecmenu.c b/extrecmenu.c
index ec53d96..585b103 100644
--- a/extrecmenu.c
+++ b/extrecmenu.c
@@ -8,7 +8,7 @@
#include "i18n.h"
#include "tools.h"
-static const char *VERSION = "0.12";
+static const char *VERSION = "0.12a";
static const char *DESCRIPTION = "Extended recordings menu";
static const char *MAINMENUENTRY = "ExtRecMenu";