diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-05-26 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2002-05-26 18:00:00 +0200 |
commit | 1eaa11f8beced0a96c32d9f1ef3221abd1159d98 (patch) | |
tree | 0f8eaab29360c5691168481be910dbb20ba96c19 /config.h | |
parent | f2a4e5438d0fa75c82a46af864abd63d293ec339 (diff) | |
download | vdr-patch-lnbsharing-1eaa11f8beced0a96c32d9f1ef3221abd1159d98.tar.gz vdr-patch-lnbsharing-1eaa11f8beced0a96c32d9f1ef3221abd1159d98.tar.bz2 |
Version 1.0.3vdr-1.0.3
- Updated 'Premiere Sport 2' in channels.conf (thanks to Rudi Hofer).
- Fixed some function headers to make them compile with gcc 3.x (thanks to
Gregoire Favre).
- Fixed the cutting mechanism to make it re-sync in case a frame is larger than the
buffer (thanks to Sven Grothklags).
- Added Swedish language texts (thanks to Tomas Prybil).
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 |