diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-16 12:27:58 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-05-16 12:27:58 +0200 |
commit | 6702994adc8ee6951484b9e6b9ab1131cfa6c876 (patch) | |
tree | ce1dbce47ce18d87376b7c7108901b3e1c306068 /config.h | |
parent | 1c1fdc5a3f1096c7b2649a6817102685574671a5 (diff) | |
download | vdr-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.h | 6 |
1 files changed, 3 insertions, 3 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.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 |