diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-16 10:36:37 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-16 10:36:37 +0100 |
commit | bc89bda239a233dc62f16977af68f9dba234fcd4 (patch) | |
tree | da25efe9789b1a2f6cc0987b56c49784e433dd88 /config.h | |
parent | 426cf5710d7f9b891f7825fafa5be2f17bd14471 (diff) | |
download | vdr-bc89bda239a233dc62f16977af68f9dba234fcd4.tar.gz vdr-bc89bda239a233dc62f16977af68f9dba234fcd4.tar.bz2 |
Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10
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 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: |