diff options
author | louis <louis.braun@gmx.de> | 2014-11-29 18:16:34 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-29 18:16:34 +0100 |
commit | def1b3cc301398875b43fc52e50ed936302f56c6 (patch) | |
tree | 5ba083bba598aa13600a280b94c3aeaaae3681f7 | |
parent | 714ee26b1bdcfdac2968d7dcf885803074c4aa57 (diff) | |
download | vdr-plugin-skindesigner-0.0.8.tar.gz vdr-plugin-skindesigner-0.0.8.tar.bz2 |
Version 0.0.80.0.8
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -102,3 +102,4 @@ Version 0.0.7 - fixed bug that global double vars are not working +Version 0.0.8 diff --git a/skindesigner.c b/skindesigner.c index f89c6dd..872e05c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.7"; +static const char *VERSION = "0.0.8"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |