diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-07-27 12:00:30 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-07-27 12:00:30 +0200 |
commit | 4524f8f81403bb2b446eac2c8e0ad0bd2981075f (patch) | |
tree | 8d62dbd392f8d29732d01883cf5607daf6a82455 /config.h | |
parent | 771f0150b4de3209d9b1b788f15c8906333884fa (diff) | |
download | vdr-4524f8f81403bb2b446eac2c8e0ad0bd2981075f.tar.gz vdr-4524f8f81403bb2b446eac2c8e0ad0bd2981075f.tar.bz2 |
Re-visited the race condition fix in the cDvbPlayer
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.120 2002/07/13 09:46:59 kls Exp $ + * $Id: config.h 1.121 2002/07/27 12:00:30 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.1.5" +#define VDRVERSION "1.1.6" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |