diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-10-29 17:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-10-29 17:00:00 +0100 |
commit | d45b4aba734515e7f6b007eae4360874059a5a2c (patch) | |
tree | 028918f282076dc6e94733600f3f2e7a2fe4a9d1 /config.h | |
parent | f99e13afb489f75749f4f8d978759d104a2983f2 (diff) | |
download | vdr-patch-lnbsharing-d45b4aba734515e7f6b007eae4360874059a5a2c.tar.gz vdr-patch-lnbsharing-d45b4aba734515e7f6b007eae4360874059a5a2c.tar.bz2 |
Version 1.4.3-4vdr-1.4.3-4
- Fixed deleting EPG events that have a running status of "pausing" or higher.
- Fixed handling NITs with more than one delivery system descriptor tag for the
same transponder.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 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.275 2006/10/20 13:37:37 kls Exp $ + * $Id: config.h 1.276 2006/10/28 09:15:00 kls Exp $ */ #ifndef __CONFIG_H @@ -21,7 +21,7 @@ // VDR's own version number: -#define VDRVERSION "1.4.3-3" +#define VDRVERSION "1.4.3-4" #define VDRVERSNUM 10403 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |