diff options
author | anbr <vdr07@deltab.de> | 2013-02-12 19:39:24 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2013-02-12 19:39:24 +0100 |
commit | 4643a989938eacf5011d9c620ac4ce267296a16e (patch) | |
tree | 8130747eedc3aa5d1ff0a367cc1a086545ef7f64 /image.c | |
parent | fed3bc4be5ff17eb7552eb5010be29b8e8cd682e (diff) | |
download | vdr-plugin-image-4643a989938eacf5011d9c620ac4ce267296a16e.tar.gz vdr-plugin-image-4643a989938eacf5011d9c620ac4ce267296a16e.tar.bz2 |
Prepare release 0.4.0
Diffstat (limited to 'image.c')
-rw-r--r-- | image.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |