summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-31 11:47:58 +0100
committerlouis <louis.braun@gmx.de>2015-01-31 11:47:58 +0100
commitd446ce0d0faa56aea7ef50c4762c2e532494adcb (patch)
treef8663c07d53333e8c532e2c8f6e27f7ce4b8e47e
parent1883ac1691f1e6cbe035819c07bbae72bc7748a9 (diff)
downloadvdr-plugin-skindesigner-0.2.2.tar.gz
vdr-plugin-skindesigner-0.2.2.tar.bz2
Version 0.2.20.2.2
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c6c9322..f95803b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -196,3 +196,5 @@ Version 0.2.1
- added possibiliy to use submenus in the skin setup menus
- reloading active skin directly after closing setup menu so that
changes of setup parameters are immediately in use
+
+Version 0.2.2
diff --git a/skindesigner.c b/skindesigner.c
index 5961e46..b641cd8 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.2.1";
+static const char *VERSION = "0.2.2";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin {