diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-30 18:31:34 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-01-30 18:31:34 +0100 |
commit | a2c2926079e1834ae66935ce63140ae0dcd3d6c8 (patch) | |
tree | 003994cb2e882c2795de8666f723e2a4ab0e0958 /config.h | |
parent | 7803f04b8efafefe83311133916151d157220ffb (diff) | |
download | vdr-a2c2926079e1834ae66935ce63140ae0dcd3d6c8.tar.gz vdr-a2c2926079e1834ae66935ce63140ae0dcd3d6c8.tar.bz2 |
Fixed handling improperly formatted EIT data0.9.9pre4
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.89 2002/01/29 21:53:32 kls Exp $ + * $Id: config.h 1.90 2002/01/30 18:30:03 kls Exp $ */ #ifndef __CONFIG_H @@ -18,7 +18,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.99pre3" +#define VDRVERSION "0.99pre4" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |