diff options
author | louis <louis.braun@gmx.de> | 2015-04-03 10:05:50 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-03 10:05:50 +0200 |
commit | 15b166628fe52ba9bc166e0567443824427598fe (patch) | |
tree | 6726f446255bd8e8b6e6a729d108f2f4fe743ffb | |
parent | 95603bb26f61a885abecabcc441f15c9c8daa7ab (diff) | |
download | vdr-plugin-tvguideng-15b166628fe52ba9bc166e0567443824427598fe.tar.gz vdr-plugin-tvguideng-15b166628fe52ba9bc166e0567443824427598fe.tar.bz2 |
Version 0.1.00.1.0
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | tvguideng.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -21,3 +21,5 @@ Version 0.0.3 - introduced libskindesignerapi +Version 0.1.0 + diff --git a/tvguideng.c b/tvguideng.c index 3f08bb0..0d28a60 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -13,7 +13,7 @@ #include "setup.h" #include "tvguidengosd.h" -static const char *VERSION = "0.0.3"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = "TV Guide for Skindesigner Skins"; static const char *MAINMENUENTRY = "TV Guide NG"; |