diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-02-15 11:01:04 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-02-15 11:01:04 +0100 |
commit | 63ad7f1c71364f2bbf37f609244a735019841b57 (patch) | |
tree | 94afe1623e6022aded05f3406d25cd45ef75e706 /config.h | |
parent | 8ddaaf98494215f4339726399ffda0d0a597efbf (diff) | |
download | vdr-63ad7f1c71364f2bbf37f609244a735019841b57.tar.gz vdr-63ad7f1c71364f2bbf37f609244a735019841b57.tar.bz2 |
Fixed high CPU load during replay
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.148 2003/02/08 10:25:44 kls Exp $ + * $Id: config.h 1.149 2003/02/15 11:01:04 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.1.24" +#define VDRVERSION "1.1.25" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |