diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-01-30 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-01-30 18:00:00 +0100 |
commit | 3db2d636b2757326323418b5293ebc7307bf161d (patch) | |
tree | 29b0baeef94f31b53da961fe34824896e8eff623 /config.h | |
parent | 8184b809b250386bb27febeb15f1825f8e4b9013 (diff) | |
download | vdr-patch-lnbsharing-3db2d636b2757326323418b5293ebc7307bf161d.tar.gz vdr-patch-lnbsharing-3db2d636b2757326323418b5293ebc7307bf161d.tar.bz2 |
Version 0.99pre4vdr-0.99pre4
- Fixed handling improperly formatted EIT data (thanks to Rolf Hakenes).
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 |