diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-25 13:46:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-25 13:46:56 +0200 |
commit | 6fc02ebd08ea07686d99db6b37c75a82f4c6e3d1 (patch) | |
tree | 91cdd8237ab9d53342ae92af16604819d5cc8ab8 /config.h | |
parent | a54427e28da2d644ca061b0dbbc2bf3cb32bade5 (diff) | |
download | vdr-6fc02ebd08ea07686d99db6b37c75a82f4c6e3d1.tar.gz vdr-6fc02ebd08ea07686d99db6b37c75a82f4c6e3d1.tar.bz2 |
Fixed detecting broken connection to the LIRC daemon
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.153 2003/04/13 14:02:02 kls Exp $ + * $Id: config.h 1.154 2003/04/21 16:23:15 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.1.28" +#define VDRVERSION "1.1.29" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |