summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-16 10:36:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-16 10:36:37 +0100
commitbc89bda239a233dc62f16977af68f9dba234fcd4 (patch)
treeda25efe9789b1a2f6cc0987b56c49784e433dd88 /config.h
parent426cf5710d7f9b891f7825fafa5be2f17bd14471 (diff)
downloadvdr-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.h6
1 files changed, 3 insertions, 3 deletions
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: