diff options
author | louis <louis.braun@gmx.de> | 2015-01-26 17:11:04 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-26 17:11:04 +0100 |
commit | 15ad84bccf46ccedd894cabb03ff18d1b7707214 (patch) | |
tree | e561ae96acc1cb863da674f0d4d00a1191490243 | |
parent | 705eefc1f099f652dedc5645808d798d5d3d46d7 (diff) | |
download | vdr-plugin-skindesigner-0.2.1.tar.gz vdr-plugin-skindesigner-0.2.1.tar.bz2 |
Version 0.2.10.2.1
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index f2d8169..dbab31a 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.2.0"; +static const char *VERSION = "0.2.1"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |