diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-30 15:57:23 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-30 15:57:23 +0200 |
commit | b7615a7ae144789da14d32019b2f86fc4bf6dcef (patch) | |
tree | 8bc22453c06c4a81fe794b83805380b2c1f32c0a /config.h | |
parent | 2c8aa42043b35e19600f1181369f1ecb076cf5db (diff) | |
download | vdr-b7615a7ae144789da14d32019b2f86fc4bf6dcef.tar.gz vdr-b7615a7ae144789da14d32019b2f86fc4bf6dcef.tar.bz2 |
Fixed a missing Flush() call in the remote control learning procedure
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.129 2002/09/29 10:42:17 kls Exp $ + * $Id: config.h 1.130 2002/09/30 15:57:23 kls Exp $ */ #ifndef __CONFIG_H @@ -20,7 +20,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.1.11" +#define VDRVERSION "1.1.12" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |