diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-22 17:57:23 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-22 17:57:23 +0100 |
commit | 19aad0e9428b4dbf25da8201b048bceebdffec59 (patch) | |
tree | 24e923591845292b24923302b66fa9adf47c7d9e /skinflatplus.c | |
parent | 568c3a56ab3309b6c91b77cc6082d80d238acd5c (diff) | |
download | skin-flatplus-19aad0e9428b4dbf25da8201b048bceebdffec59.tar.gz skin-flatplus-19aad0e9428b4dbf25da8201b048bceebdffec59.tar.bz2 |
release Version 0.2.0
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 fb6dbc63..d89bbe93 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.2.0"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |