summaryrefslogtreecommitdiff
path: root/lcdproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcdproc.c')
-rw-r--r--lcdproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcdproc.c b/lcdproc.c
index d20ff80..e556d0b 100644
--- a/lcdproc.c
+++ b/lcdproc.c
@@ -13,7 +13,7 @@
#include <vdr/recording.h>
#include "lcd.h"
-static const char *VERSION = "0.0.1";
+static const char *VERSION = "0.0.2";
static const char *MAINMENUENTRY = NULL;
#ifdef LCD_hd44780
static const char *DESCRIPTION = "LCDproc using hd44780 output-mapping";