diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-03-09 10:01:02 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-03-09 10:01:02 +0100 |
commit | dfc60da1d5fb03c6007e66df16f5979080171a4b (patch) | |
tree | 91b7821ea6e17cfab28b17d7476ae69e2cee37fb /config.h | |
parent | 6fae0a6d49175b4d71c0a43ddb0c8c2f830c38eb (diff) | |
download | vdr-dfc60da1d5fb03c6007e66df16f5979080171a4b.tar.gz vdr-dfc60da1d5fb03c6007e66df16f5979080171a4b.tar.bz2 |
Removed signal handling and usleep(5000) from cDvbOsd::Cmd()
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.149 2003/02/15 11:01:04 kls Exp $ + * $Id: config.h 1.150 2003/03/09 10:01:02 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.1.25" +#define VDRVERSION "1.1.26" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |