diff options
author | louis <louis.braun@gmx.de> | 2014-12-06 11:25:26 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-12-06 11:25:26 +0100 |
commit | 012e5397434d117f38dd364e192c9358ca2f8285 (patch) | |
tree | bff15472bdc7bb74f8c9e52e742c92eb7116eddd | |
parent | 562c0b3f00caf1d1d20f1f81cf40048dfa74277f (diff) | |
download | vdr-plugin-skindesigner-0.1.0.tar.gz vdr-plugin-skindesigner-0.1.0.tar.bz2 |
Version 0.1.00.1.0
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -104,5 +104,8 @@ Version 0.0.7 Version 0.0.8 +- added {channelnumber} Token in displaymenuschedules - displaying default menu list if menu category is set to another category - but SetItem() is called
\ No newline at end of file + but SetItem() is called + +Version 0.1.0
\ No newline at end of file diff --git a/skindesigner.c b/skindesigner.c index fb0b792..be9a507 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.8"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |