diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-02 15:49:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-02 15:49:46 +0100 |
commit | b79ccf22921a93ee79d844e9f777ce5d6bf5ee3c (patch) | |
tree | 2005e91d27ed5b087f57450b17cba77f14c88597 /config.h | |
parent | 495f8b06697a8478a130edd4a7f65ea59bdc9388 (diff) | |
download | vdr-b79ccf22921a93ee79d844e9f777ce5d6bf5ee3c.tar.gz vdr-b79ccf22921a93ee79d844e9f777ce5d6bf5ee3c.tar.bz2 |
New command line option -D
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.38 2001/01/14 15:29:27 kls Exp $ + * $Id: config.h 1.39 2001/02/02 15:22:47 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.70" +#define VDRVERSION "0.71" #define MaxBuffer 10000 |