diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-07-29 09:40:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-07-29 09:40:41 +0200 |
commit | 173e0bea9050de76f3dc424a5e18ef632053c7a7 (patch) | |
tree | d2ba235c48ecec072500a9c2044d1d4a0b7a750b /config.h | |
parent | 8f2f3e9ac28f3f3380166f94fa297d23463770d6 (diff) | |
download | vdr-173e0bea9050de76f3dc424a5e18ef632053c7a7.tar.gz vdr-173e0bea9050de76f3dc424a5e18ef632053c7a7.tar.bz2 |
Fixed assigning schedules to channels in case there is no initial EPG information
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.262 2006/06/24 09:08:46 kls Exp $ + * $Id: config.h 1.263 2006/07/29 09:40:41 kls Exp $ */ #ifndef __CONFIG_H @@ -21,7 +21,7 @@ // VDR's own version number: -#define VDRVERSION "1.4.1-2" +#define VDRVERSION "1.4.1-3" #define VDRVERSNUM 10401 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |