diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-23 12:41:20 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-23 12:41:20 +0100 |
commit | 43b582a04d3b77c0f0f92284bdccbbad190f9d41 (patch) | |
tree | 2f637b740cd2ceb7da0c85d4acd04c0a270d7b94 /config.h | |
parent | 3b88ba1cd2d44b47c619e1a49275377fcd9af7a3 (diff) | |
download | vdr-43b582a04d3b77c0f0f92284bdccbbad190f9d41.tar.gz vdr-43b582a04d3b77c0f0f92284bdccbbad190f9d41.tar.bz2 |
Increased the timeout until an index file is considerd no longer to be written
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.144 2002/12/13 13:41:55 kls Exp $ + * $Id: config.h 1.145 2002/12/22 15:29:45 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.1.20" +#define VDRVERSION "1.1.21" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |