diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-27 10:39:48 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-27 10:39:48 +0100 |
commit | 70c4a2d5d518309c7792ace4a9f6603748f39f4a (patch) | |
tree | 00e1b3a7f56e90190bc7cc09a75b3bae5bbdc25f /PLUGINS/src/skincurses | |
parent | 3649145acbffbb8cbbee85c5bf23e7f119fe84d8 (diff) | |
download | vdr-70c4a2d5d518309c7792ace4a9f6603748f39f4a.tar.gz vdr-70c4a2d5d518309c7792ace4a9f6603748f39f4a.tar.bz2 |
Increased the version numbers of all plugins to reflect the recent Makefile changes
Diffstat (limited to 'PLUGINS/src/skincurses')
-rw-r--r-- | PLUGINS/src/skincurses/HISTORY | 4 | ||||
-rw-r--r-- | PLUGINS/src/skincurses/skincurses.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/PLUGINS/src/skincurses/HISTORY b/PLUGINS/src/skincurses/HISTORY index deb011b5..c8117a35 100644 --- a/PLUGINS/src/skincurses/HISTORY +++ b/PLUGINS/src/skincurses/HISTORY @@ -101,3 +101,7 @@ VDR Plugin 'skincurses' Revision History - Now displaying disk usage in the title of the main and "Recordings" menu, which is no longer done by the VDR core. + +2012-12-27: Version 0.1.13 + +- Adapted Makefile to changes introduced in recent VDR versions. diff --git a/PLUGINS/src/skincurses/skincurses.c b/PLUGINS/src/skincurses/skincurses.c index 587d0b97..5d4ee48a 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.9 2012/04/23 08:53:13 kls Exp $ + * $Id: skincurses.c 2.10 2012/12/27 10:38:43 kls Exp $ */ #include <ncurses.h> @@ -12,7 +12,7 @@ #include <vdr/skins.h> #include <vdr/videodir.h> -static const char *VERSION = "0.1.12"; +static const char *VERSION = "0.1.13"; static const char *DESCRIPTION = trNOOP("A text only skin"); static const char *MAINMENUENTRY = NULL; |