diff options
Diffstat (limited to 'vdr-smarttvweb/smarttvweb.c')
-rw-r--r-- | vdr-smarttvweb/smarttvweb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr-smarttvweb/smarttvweb.c b/vdr-smarttvweb/smarttvweb.c index b7c907a..34d87ee 100644 --- a/vdr-smarttvweb/smarttvweb.c +++ b/vdr-smarttvweb/smarttvweb.c @@ -1,7 +1,7 @@ /* * smarttvweb.c: VDR on Smart TV plugin * - * Copyright (C) 2012 Thorsten Lohmar + * Copyright (C) 2012 T. Lohmar * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -41,7 +41,7 @@ #include "smarttvfactory.h" -static const char *VERSION = "0.9.0"; +static const char *VERSION = "0.9.1"; static const char *DESCRIPTION = "SmartTV Web Server"; |