summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-29 17:26:38 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-29 17:26:38 +0100
commite34ddc507d1973a6974c5aab483ce2e2e0f17812 (patch)
tree983c494e55d5e3cfa4e4f798ae4eecf406c9991d /config.h
parent913814a500ea605ca495a992236c618ecf2791d7 (diff)
downloadvdr-e34ddc507d1973a6974c5aab483ce2e2e0f17812.tar.gz
vdr-e34ddc507d1973a6974c5aab483ce2e2e0f17812.tar.bz2
Removed leftover 'needsBufferReserve' variable from cTransfer
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 9920d00b..187767fe 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.242 2006/01/27 13:27:41 kls Exp $
+ * $Id: config.h 1.243 2006/01/29 17:24:53 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.41"
-#define VDRVERSNUM 10341 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.42"
+#define VDRVERSNUM 10342 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99