summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-25 16:32:34 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-25 16:32:34 +0100
commitbddab7107d92bdb9013dc15c078edf138d7a35e6 (patch)
tree14c2adc17aefbbab22f6c6727183098867b0734d /config.h
parent58af7c57e5f043fdbc574a3c72596261c10d6e2c (diff)
downloadvdr-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 35f1590c..b5860d18 100644
--- a/config.h
+++ b/config.h
@@ -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