diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-10 17:57:20 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-10 17:57:20 +0200 |
commit | e50baedac033c52788f89ad7cb82a21860536147 (patch) | |
tree | dc9f77c16cfc9350bd5e62aea5c28efc50451a91 /skinflatplus.c | |
parent | 2c54114dd8e573d7e2344df5c92175d0db2085a3 (diff) | |
download | skin-flatplus-e50baedac033c52788f89ad7cb82a21860536147.tar.gz skin-flatplus-e50baedac033c52788f89ad7cb82a21860536147.tar.bz2 |
release version 0.4.2
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 74141182..b84346d1 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.4.1"; +static const char *VERSION = "0.4.2"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |