diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-21 10:09:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-04-21 10:09:56 +0200 |
commit | dfb1d78abf1a849302d2b93013ad2b8252c5035c (patch) | |
tree | 28d93c1cbd677e7fdd95f5d1c29ccc46e4ce0dba /config.h | |
parent | c47891d786f4d0f6ce2d97e39a7e92e8c9276d9d (diff) | |
download | vdr-dfb1d78abf1a849302d2b93013ad2b8252c5035c.tar.gz vdr-dfb1d78abf1a849302d2b93013ad2b8252c5035c.tar.bz2 |
Fixed a possible endless loop in shifting recordings between DVB cards
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.109 2002/04/07 13:08:12 kls Exp $ + * $Id: config.h 1.110 2002/04/21 10:09:56 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.0.0" +#define VDRVERSION "1.0.1" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |