diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-18 08:48:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-18 08:48:43 +0200 |
commit | 5b64f51b0b168c709a635c72712374c2a1f47b3f (patch) | |
tree | c91d8764639ed77ca677a20bef6fae34126727fc /config.h | |
parent | 6e85bc48b88e9f4d4a14157e990de97c928dc4b7 (diff) | |
download | vdr-5b64f51b0b168c709a635c72712374c2a1f47b3f.tar.gz vdr-5b64f51b0b168c709a635c72712374c2a1f47b3f.tar.bz2 |
Fixed some function headers to make them compile with gcc 3.x
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.112 2002/04/26 13:56:30 kls Exp $ + * $Id: config.h 1.112.1.1 2002/05/18 08:41:37 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "1.0.2" +#define VDRVERSION "1.0.3" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |