From f714ee0f55920c09738abf37d61d7f1295b5d2e7 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 19 Feb 2005 11:37:15 +0100 Subject: Removed some unneeded code and fixed access to unallocated memory in cEvent::FixEpgBugs() --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 7dffe140..07e91603 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.213 2005/02/08 11:22:14 kls Exp $ + * $Id: config.h 1.214 2005/02/19 11:35:16 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.21" -#define VDRVERSNUM 10321 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.22" +#define VDRVERSNUM 10322 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 -- cgit v1.2.3