diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-25 16:32:34 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-25 16:32:34 +0100 |
commit | bddab7107d92bdb9013dc15c078edf138d7a35e6 (patch) | |
tree | 14c2adc17aefbbab22f6c6727183098867b0734d /config.h | |
parent | 58af7c57e5f043fdbc574a3c72596261c10d6e2c (diff) | |
download | vdr-bddab7107d92bdb9013dc15c078edf138d7a35e6.tar.gz vdr-bddab7107d92bdb9013dc15c078edf138d7a35e6.tar.bz2 |
Fixed a crash in case there is no 'epg.data' at program start1.0.0pre2
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.99 2002/02/24 13:39:47 kls Exp $ + * $Id: config.h 1.100 2002/02/25 16:29:09 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.0.0pre1" +#define VDRVERSION "1.0.0pre2" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |