diff options
author | Christopher Reimer <mail@creimer.net> | 2013-12-10 14:12:33 +0100 |
---|---|---|
committer | Christian Völlinger <zerov83@gmail.com> | 2013-12-15 10:59:07 +0100 |
commit | b35c5a69889ee3eeb4d3ec136523746fe8ebe233 (patch) | |
tree | b23943da2072841de7f18478b76c5ee266a2d9e9 /vdrboblight.c | |
parent | ac1d208ddcccbe723418d16470d3604d1379148e (diff) | |
download | vdr-plugin-boblight-b35c5a69889ee3eeb4d3ec136523746fe8ebe233.tar.gz vdr-plugin-boblight-b35c5a69889ee3eeb4d3ec136523746fe8ebe233.tar.bz2 |
Remove lib directory. Better search global for boblight.h Bump version number
Signed-off-by: Christian Völlinger <zerov83@gmail.com>
Diffstat (limited to 'vdrboblight.c')
-rw-r--r-- | vdrboblight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrboblight.c b/vdrboblight.c index 20ae8a5..b9c0dc7 100644 --- a/vdrboblight.c +++ b/vdrboblight.c @@ -27,7 +27,7 @@ // //*************************************************************************** -static const char *VERSION = "0.0.1"; +static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = "Boblight with data from softhddevice"; static const char *MAINMENUENTRY = "Boblight"; |