summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-04-21 10:09:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-04-21 10:09:56 +0200
commitdfb1d78abf1a849302d2b93013ad2b8252c5035c (patch)
tree28d93c1cbd677e7fdd95f5d1c29ccc46e4ce0dba /config.h
parentc47891d786f4d0f6ce2d97e39a7e92e8c9276d9d (diff)
downloadvdr-dfb1d78abf1a849302d2b93013ad2b8252c5035c.tar.gz
vdr-dfb1d78abf1a849302d2b93013ad2b8252c5035c.tar.bz2
Fixed a possible endless loop in shifting recordings between DVB cards
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 00774b08..67ae92c0 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.109 2002/04/07 13:08:12 kls Exp $
+ * $Id: config.h 1.110 2002/04/21 10:09:56 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,7 +19,7 @@
#include "eit.h"
#include "tools.h"
-#define VDRVERSION "1.0.0"
+#define VDRVERSION "1.0.1"
#define MAXPRIORITY 99
#define MAXLIFETIME 99