summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-05 09:56:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-05 09:56:54 +0100
commit113957107e0cbd98498339804d7dcdba4449761e (patch)
treef74d93754e7ca6f989fa38637b33245838cc3241 /config.h
parenta80709f1ddfe77667cf4d149343d3497593b1ca3 (diff)
downloadvdr-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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 08368e4c..494cca3d 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.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