summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2017-03-27 19:51:42 +0200
committeranbr <vdr07@deltab.de>2017-03-27 19:51:42 +0200
commit79b08415264a806342e06d8138f51fd2ba8d84de (patch)
tree6ba5842d425ab71a396bb9f018ead4ad93e85e0f
parent2a72e9949517f14759b3b314204ee92fbf4b9a39 (diff)
downloadvdr-plugin-image-79b08415264a806342e06d8138f51fd2ba8d84de.tar.gz
vdr-plugin-image-79b08415264a806342e06d8138f51fd2ba8d84de.tar.bz2
Prepare release 0.5.0
-rw-r--r--image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.c b/image.c
index 7d142a6..c0084ae 100644
--- a/image.c
+++ b/image.c
@@ -26,7 +26,7 @@
#include "commands.h"
#include "liboutput/encode.h"
-static const char *VERSION = "0.4.0";
+static const char *VERSION = "0.5.0";
class cPluginImage : public cPlugin {
cDirItem* m_pServiceDirItem;