diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-13 16:12:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-13 16:12:55 +0200 |
commit | 15a2d36aca778a4de59c419d8048439e2823e4ea (patch) | |
tree | 217f21b759da726509e7b5715d6450f656495586 /config.h | |
parent | b2ef221f4082f160bf5fce2b8d9277a297172700 (diff) | |
download | vdr-15a2d36aca778a4de59c419d8048439e2823e4ea.tar.gz vdr-15a2d36aca778a4de59c419d8048439e2823e4ea.tar.bz2 |
Fixed some faulty default parameter initializations
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.134 2002/10/13 10:03:09 kls Exp $ + * $Id: config.h 1.135 2002/10/13 16:12:55 kls Exp $ */ #ifndef __CONFIG_H @@ -20,7 +20,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.1.13" +#define VDRVERSION "1.1.14" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |