diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-22 13:07:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-22 13:07:43 +0200 |
commit | 14992a803752c35a92e9396838d01fbd38ba2f60 (patch) | |
tree | 3abb2e322f8693b90a31036aec1701f4136bb4c9 /config.h | |
parent | 935cfc26833c1c577423a1de83e0aa0f937bf08e (diff) | |
download | vdr-14992a803752c35a92e9396838d01fbd38ba2f60.tar.gz vdr-14992a803752c35a92e9396838d01fbd38ba2f60.tar.bz2 |
EPG info is now updated if the contents changes but the ID remains the same
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.79 2001/09/16 14:54:36 kls Exp $ + * $Id: config.h 1.80 2001/09/22 13:00:04 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.95" +#define VDRVERSION "0.96" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |