summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-03-31 12:41:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-03-31 12:41:50 +0200
commit513b24ccd77394b50128434376261615fd13b71e (patch)
tree0a3d962150a87c41e27cb0e430fc5e149755645e /config.h
parent5f7e788ae8bf187760bbc122bac1221d7e62af6a (diff)
downloadvdr-513b24ccd77394b50128434376261615fd13b71e.tar.gz
vdr-513b24ccd77394b50128434376261615fd13b71e.tar.bz2
Fixed handling broken PMT records
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 07f48cf5..8cf92c04 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.247 2006/02/28 12:23:28 kls Exp $
+ * $Id: config.h 1.248 2006/03/31 12:41:50 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.45"
-#define VDRVERSNUM 10345 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.46"
+#define VDRVERSNUM 10346 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99