diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-03-31 08:42:27 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-03-31 08:42:27 +0200 |
commit | 5c68fc100c87bf677932852fbcd446199c03fecb (patch) | |
tree | d8257dcf6457b0f38124606fb0419912ffc71bfc /config.h | |
parent | 191fb910bf8f908266dd512a9c649cc906cb72d0 (diff) | |
download | vdr-5c68fc100c87bf677932852fbcd446199c03fecb.tar.gz vdr-5c68fc100c87bf677932852fbcd446199c03fecb.tar.bz2 |
Redesigned the ring buffer; prepared for remultiplexing
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.42 2001/02/24 13:19:39 kls Exp $ + * $Id: config.h 1.43 2001/03/18 16:47:00 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "eit.h" #include "tools.h" -#define VDRVERSION "0.71" +#define VDRVERSION "0.72" #define MaxBuffer 10000 |