summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2013-02-12 19:39:24 +0100
committeranbr <vdr07@deltab.de>2013-02-12 19:39:24 +0100
commit4643a989938eacf5011d9c620ac4ce267296a16e (patch)
tree8130747eedc3aa5d1ff0a367cc1a086545ef7f64
parentfed3bc4be5ff17eb7552eb5010be29b8e8cd682e (diff)
downloadvdr-plugin-image-4643a989938eacf5011d9c620ac4ce267296a16e.tar.gz
vdr-plugin-image-4643a989938eacf5011d9c620ac4ce267296a16e.tar.bz2
Prepare release 0.4.0
-rw-r--r--image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.c b/image.c
index c3e947f..7d142a6 100644
--- a/image.c
+++ b/image.c
@@ -26,7 +26,7 @@
#include "commands.h"
#include "liboutput/encode.h"
-static const char *VERSION = "0.3.3";
+static const char *VERSION = "0.4.0";
class cPluginImage : public cPlugin {
cDirItem* m_pServiceDirItem;