diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-09 21:44:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-09 21:44:00 +0200 |
commit | 9a59ece83e07d6f32a40bd48ac685b7ec0649feb (patch) | |
tree | 24a553b72a6bb4c562974fb8e13684b188810b4a /config.h | |
parent | c40fdb05a36355e30fe4a406ae65073f98a7cc1e (diff) | |
download | vdr-9a59ece83e07d6f32a40bd48ac685b7ec0649feb.tar.gz vdr-9a59ece83e07d6f32a40bd48ac685b7ec0649feb.tar.bz2 |
Removed a superfluous error message from cLockFile::Unlock()
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.126 2002/09/04 11:04:55 kls Exp $ + * $Id: config.h 1.127 2002/09/09 21:35:55 kls Exp $ */ #ifndef __CONFIG_H @@ -20,7 +20,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.1.9" +#define VDRVERSION "1.1.10" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |