summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-16 12:27:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-16 12:27:58 +0200
commit6702994adc8ee6951484b9e6b9ab1131cfa6c876 (patch)
treece1dbce47ce18d87376b7c7108901b3e1c306068 /config.h
parent1c1fdc5a3f1096c7b2649a6817102685574671a5 (diff)
downloadvdr-6702994adc8ee6951484b9e6b9ab1131cfa6c876.tar.gz
vdr-6702994adc8ee6951484b9e6b9ab1131cfa6c876.tar.bz2
Moved the call to cPlugin::Start() further up in vdr.c, to make sure it gets called before trying to learn the keys
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 f474ef9c..4d265ff7 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.158 2003/05/11 13:45:44 kls Exp $
+ * $Id: config.h 1.159 2003/05/16 12:27:58 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "device.h"
#include "tools.h"
-#define VDRVERSION "1.1.31"
-#define VDRVERSNUM 10131 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.1.32"
+#define VDRVERSNUM 10132 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99