summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-02-09 17:04:50 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-02-09 17:04:50 +0100
commitd828badbe00f4eaa074aed0ab3361c5fd3c0328b (patch)
treeafbfee9e75195c09e98112ee365f179507223ad8 /config.h
parenta605ca5cdbc6bbad6f61b4700f5fb09555326fc3 (diff)
downloadvdr-d828badbe00f4eaa074aed0ab3361c5fd3c0328b.tar.gz
vdr-d828badbe00f4eaa074aed0ab3361c5fd3c0328b.tar.bz2
Fixed reading the EPG preferred language parameter from 'setup.conf'
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 766126a4..14b3a1ba 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.186 2004/02/08 15:04:52 kls Exp $
+ * $Id: config.h 1.187 2004/02/09 17:04:09 kls Exp $
*/
#ifndef __CONFIG_H
@@ -20,8 +20,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.4"
-#define VDRVERSNUM 10304 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.5"
+#define VDRVERSNUM 10305 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99