summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-13 16:12:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-13 16:12:55 +0200
commit15a2d36aca778a4de59c419d8048439e2823e4ea (patch)
tree217f21b759da726509e7b5715d6450f656495586 /config.h
parentb2ef221f4082f160bf5fce2b8d9277a297172700 (diff)
downloadvdr-15a2d36aca778a4de59c419d8048439e2823e4ea.tar.gz
vdr-15a2d36aca778a4de59c419d8048439e2823e4ea.tar.bz2
Fixed some faulty default parameter initializations
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 1f043c4a..133b7390 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.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