diff options
author | louis <louis.braun@gmx.de> | 2014-11-15 10:08:49 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-15 10:08:49 +0100 |
commit | 25f40fd5f40c0b18012784454cfbb055ea863439 (patch) | |
tree | 5fafeb2b769a01f855216c96ee8443e9613f05d7 | |
parent | 0cdf675ff7cfb930ec21dbecab41cb6d681001e0 (diff) | |
download | vdr-plugin-skindesigner-0.0.4.tar.gz vdr-plugin-skindesigner-0.0.4.tar.bz2 |
Version 0.0.40.0.4
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -60,3 +60,5 @@ Version 0.0.3 - fixed crash when clearing a message in displaychannel and displayreplay - fixed positioning of scaled video window if borders are configured +Version 0.0.4 + diff --git a/skindesigner.c b/skindesigner.c index daa7190..47e31ed 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.4dev"; +static const char *VERSION = "0.0.4"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |