diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-27 13:42:10 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-27 13:42:10 +0100 |
commit | 2f9af1b549bb8b8f9c285a33b0d19b3e9b9c5183 (patch) | |
tree | cebdc0c27d30ff8ba8d070fe32f1baa923a6867d /config.h | |
parent | 48c8da8d15431c4668c479b40ed366dfc2f0257a (diff) | |
download | vdr-2f9af1b549bb8b8f9c285a33b0d19b3e9b9c5183.tar.gz vdr-2f9af1b549bb8b8f9c285a33b0d19b3e9b9c5183.tar.bz2 |
EPG events from epg.data or SVDRP's PUTE command now have their Title set to "No Title" if none was set
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 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 |