diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-10-29 20:12:42 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-10-29 20:12:42 +0100 |
commit | 521a6dc17ed9fc515e5f1bc8bfaf95ce04e83e8c (patch) | |
tree | fcf485ea9e92427724fe1243b8707803351c0e82 /skinflatplus.c | |
parent | 8709dc7a81f475e8238925fe5d7fed47aef0a68f (diff) | |
download | skin-flatplus-521a6dc17ed9fc515e5f1bc8bfaf95ce04e83e8c.tar.gz skin-flatplus-521a6dc17ed9fc515e5f1bc8bfaf95ce04e83e8c.tar.bz2 |
release version 0.4.3
Diffstat (limited to 'skinflatplus.c')
-rw-r--r-- | skinflatplus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skinflatplus.c b/skinflatplus.c index b84346d1..cfd2a6c3 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.4.2"; +static const char *VERSION = "0.4.3"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |