From 2f9af1b549bb8b8f9c285a33b0d19b3e9b9c5183 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 27 Jan 2006 13:42:10 +0100 Subject: EPG events from epg.data or SVDRP's PUTE command now have their Title set to "No Title" if none was set --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 03e44516..9920d00b 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.241 2006/01/15 16:01:48 kls Exp $ + * $Id: config.h 1.242 2006/01/27 13:27:41 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.40" -#define VDRVERSNUM 10340 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.41" +#define VDRVERSNUM 10341 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 -- cgit v1.2.3