diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-05 09:56:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-05 09:56:54 +0100 |
commit | 113957107e0cbd98498339804d7dcdba4449761e (patch) | |
tree | f74d93754e7ca6f989fa38637b33245838cc3241 /config.h | |
parent | a80709f1ddfe77667cf4d149343d3497593b1ca3 (diff) | |
download | vdr-113957107e0cbd98498339804d7dcdba4449761e.tar.gz vdr-113957107e0cbd98498339804d7dcdba4449761e.tar.bz2 |
Fixed a lockup in the EPG scanner when no non-primary device was available
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.178 2003/12/27 13:57:56 kls Exp $ + * $Id: config.h 1.179 2004/01/05 09:56:54 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.3.0" -#define VDRVERSNUM 10300 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.1" +#define VDRVERSNUM 10301 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |