mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Increased the version numbers of all plugins to reflect the recent Makefile changes
This commit is contained in:
@@ -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.
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user