diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-01-29 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-01-29 18:00:00 +0100 |
commit | 8184b809b250386bb27febeb15f1825f8e4b9013 (patch) | |
tree | 52e8a5f2f964fec4edd9de3fc7375569eddea665 /config.h | |
parent | 27919ee969866b68fc95b327a047a9989e4b4153 (diff) | |
download | vdr-patch-lnbsharing-8184b809b250386bb27febeb15f1825f8e4b9013.tar.gz vdr-patch-lnbsharing-8184b809b250386bb27febeb15f1825f8e4b9013.tar.bz2 |
Version 0.99pre3vdr-0.99pre3
- Fixed handling improper buffer lengths in the EIT parser (thanks to Deti
Fliegl).
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.88 2002/01/19 16:06:53 kls Exp $ + * $Id: config.h 1.89 2002/01/29 21:53:32 kls Exp $ */ #ifndef __CONFIG_H @@ -18,7 +18,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.99pre2" +#define VDRVERSION "0.99pre3" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |