diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-12 14:13:28 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-12 14:13:28 +0100 |
commit | 16d37090dc82bcf1769f2ddb7439c6034d0f2e97 (patch) | |
tree | bb02e0eddabdc4370b2585be5e9b2de52fe744e3 /PLUGINS/src/skincurses | |
parent | e6d52e34555e971fa5c1c2ebc7baa5d19a51a9c7 (diff) | |
download | vdr-16d37090dc82bcf1769f2ddb7439c6034d0f2e97.tar.gz vdr-16d37090dc82bcf1769f2ddb7439c6034d0f2e97.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 c8117a35..74a36dbe 100644 --- a/PLUGINS/src/skincurses/HISTORY +++ b/PLUGINS/src/skincurses/HISTORY @@ -105,3 +105,7 @@ VDR Plugin 'skincurses' Revision History 2012-12-27: Version 0.1.13 - Adapted Makefile to changes introduced in recent VDR versions. + +2013-01-12: Version 0.1.14 + +- Adapted Makefile to changes introduced in recent VDR versions. diff --git a/PLUGINS/src/skincurses/skincurses.c b/PLUGINS/src/skincurses/skincurses.c index 5d4ee48a..2a9f042d 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.10 2012/12/27 10:38:43 kls Exp $ + * $Id: skincurses.c 2.11 2013/01/12 14:13:12 kls Exp $ */ #include <ncurses.h> @@ -12,7 +12,7 @@ #include <vdr/skins.h> #include <vdr/videodir.h> -static const char *VERSION = "0.1.13"; +static const char *VERSION = "0.1.14"; static const char *DESCRIPTION = trNOOP("A text only skin"); static const char *MAINMENUENTRY = NULL; |