diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-27 08:33:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-27 08:33:55 +0200 |
commit | 103177a9e75396d18fbbe56a6fa993bb4bfe6263 (patch) | |
tree | 9c7cecceff7440563c395f47af6c38f630e09f03 /config.h | |
parent | d67fb2ce5563892d6b6735a82e1262cf35a713d9 (diff) | |
download | vdr-103177a9e75396d18fbbe56a6fa993bb4bfe6263.tar.gz vdr-103177a9e75396d18fbbe56a6fa993bb4bfe6263.tar.bz2 |
Fixed video packet scanning
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.50 2001/06/23 13:48:22 kls Exp $ + * $Id: config.h 1.51 2001/06/27 08:33:55 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.83" +#define VDRVERSION "0.84" #define MaxBuffer 10000 |