diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-07-13 10:24:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-07-13 10:24:28 +0200 |
commit | d5208be84b6d604051f04b024ad65c004006fc50 (patch) | |
tree | 000033660ffcef1204fc0abdcfa632199cee9162 /config.h | |
parent | 5122a2d12d4186108a3109b11da96beb93163312 (diff) | |
download | vdr-d5208be84b6d604051f04b024ad65c004006fc50.tar.gz vdr-d5208be84b6d604051f04b024ad65c004006fc50.tar.bz2 |
Added direct access to the index data of cPalette (needed for displaying SPUs)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.119 2002/06/16 14:49:52 kls Exp $ + * $Id: config.h 1.120 2002/07/13 09:46:59 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.1.4" +#define VDRVERSION "1.1.5" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |