diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-08 14:19:22 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-11-08 14:19:22 +0100 |
commit | 443d9b786dc24fd96313b33d0ec080d4309c0a3c (patch) | |
tree | 291d945ad11179b07560feda162a7518e2d516db /config.h | |
parent | 700b92e99c6db23f5e97c4faec89abf4b4fb36df (diff) | |
download | vdr-443d9b786dc24fd96313b33d0ec080d4309c0a3c.tar.gz vdr-443d9b786dc24fd96313b33d0ec080d4309c0a3c.tar.bz2 |
Fixed saving the polarization parameter of channels that have a number in the 'source' parameter
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.138 2002/11/01 09:27:17 kls Exp $ + * $Id: config.h 1.139 2002/11/08 13:16:12 kls Exp $ */ #ifndef __CONFIG_H @@ -20,7 +20,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.1.15" +#define VDRVERSION "1.1.16" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |