diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-15 09:25:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-15 09:25:18 +0200 |
commit | 42096e07b63670e6822cc96cd3b65b6a35fb9444 (patch) | |
tree | cf7c48c4186e6a8bb4ae15ef7955f7ffbfd238cf /config.h | |
parent | 000ce0cf21f0eb8eb79156efdd9df615f06ce5f5 (diff) | |
download | vdr-42096e07b63670e6822cc96cd3b65b6a35fb9444.tar.gz vdr-42096e07b63670e6822cc96cd3b65b6a35fb9444.tar.bz2 |
The 'channel not sync'ed' log message now also lists the card number
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.59 2001/08/11 15:28:21 kls Exp $ + * $Id: config.h 1.60 2001/08/15 09:24:10 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.91" +#define VDRVERSION "0.92" #define MaxBuffer 10000 |