summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-01-29 22:08:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-01-29 22:08:52 +0100
commit7803f04b8efafefe83311133916151d157220ffb (patch)
tree37413502f6c0632ef50d6ed0d693f7e696acbab7 /config.h
parent7b475c6f9673663f4953130f9b3a047253ccad94 (diff)
downloadvdr-7803f04b8efafefe83311133916151d157220ffb.tar.gz
vdr-7803f04b8efafefe83311133916151d157220ffb.tar.bz2
Fixed handling improper buffer lengths in the EIT parser0.9.9pre3
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 960e5146..189390a3 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 1.88 2002/01/19 16:06:53 kls Exp $
+ * $Id: config.h 1.89 2002/01/29 21:53:32 kls Exp $
*/
#ifndef __CONFIG_H
@@ -18,7 +18,7 @@
#include "eit.h"
#include "tools.h"
-#define VDRVERSION "0.99pre2"
+#define VDRVERSION "0.99pre3"
#define MAXPRIORITY 99
#define MAXLIFETIME 99