diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-14 08:22:30 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-14 08:22:30 +0200 |
commit | 4b8968f7e1f91f88e51a5014aa17f07484040f72 (patch) | |
tree | 61e9817c3c1296923cfee5a62b1aebf6c8097658 /config.h | |
parent | afb2f1bdec2cef12fe363d1ef25034e993f5e63e (diff) | |
download | vdr-4b8968f7e1f91f88e51a5014aa17f07484040f72.tar.gz vdr-4b8968f7e1f91f88e51a5014aa17f07484040f72.tar.bz2 |
Increased 'broken data stream' timeout; modified turning off PIDs
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.47 2001/06/12 21:40:28 kls Exp $ + * $Id: config.h 1.48 2001/06/14 08:20:34 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.81" +#define VDRVERSION "0.82" #define MaxBuffer 10000 |