diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-02 09:37:56 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-02 09:37:56 +0100 |
commit | 9f5397b51006f7918c07217b98e91ced547eb6f6 (patch) | |
tree | 6a873b30ef5f801b44b35b02e04d83734534c8c3 /config.h | |
parent | 90af5a1bd94255222debf6c05ee159e2ca044680 (diff) | |
download | vdr-9f5397b51006f7918c07217b98e91ced547eb6f6.tar.gz vdr-9f5397b51006f7918c07217b98e91ced547eb6f6.tar.bz2 |
Fixed a deadlock when switching channels via Schedule/Now|Next/Switch
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.100 2002/02/25 16:29:09 kls Exp $ + * $Id: config.h 1.101 2002/02/26 17:25:30 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.0.0pre2" +#define VDRVERSION "1.0.0pre3" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |