From bc89bda239a233dc62f16977af68f9dba234fcd4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 16 Jan 2014 10:36:37 +0100 Subject: Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10 --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index cb41a7e7..689ddb09 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 2.76.1.5 2013/10/29 16:06:45 kls Exp $ + * $Id: config.h 2.76.1.6 2014/01/16 10:34:38 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "2.0.5" -#define VDRVERSNUM 20005 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.0.6" +#define VDRVERSNUM 20006 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -- cgit v1.2.3