From ac25275b103bf372f3f0928049f1431457031f45 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 31 Mar 2013 09:30:18 +0200 Subject: Version 2.0.0 --- PLUGINS/src/skincurses/HISTORY | 4 ++++ PLUGINS/src/skincurses/skincurses.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'PLUGINS/src/skincurses') diff --git a/PLUGINS/src/skincurses/HISTORY b/PLUGINS/src/skincurses/HISTORY index 53e70e81..63595076 100644 --- a/PLUGINS/src/skincurses/HISTORY +++ b/PLUGINS/src/skincurses/HISTORY @@ -114,3 +114,7 @@ VDR Plugin 'skincurses' Revision History - The "Recording info" page now displays the name of the channel (if available) from which this recording was taken. + +2013-03-31: Version 2.0.0 + +- Official release. diff --git a/PLUGINS/src/skincurses/skincurses.c b/PLUGINS/src/skincurses/skincurses.c index da9d17ae..8a4da965 100644 --- a/PLUGINS/src/skincurses/skincurses.c +++ b/PLUGINS/src/skincurses/skincurses.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: skincurses.c 2.12 2013/03/03 15:33:59 kls Exp $ + * $Id: skincurses.c 2.13 2013/03/31 09:30:18 kls Exp $ */ #include @@ -12,7 +12,7 @@ #include #include -static const char *VERSION = "0.1.15"; +static const char *VERSION = "2.0.0"; static const char *DESCRIPTION = trNOOP("A text only skin"); static const char *MAINMENUENTRY = NULL; -- cgit v1.2.3