summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-22 16:51:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-22 16:51:19 +0100
commit4146ac1928fc5a60456bb43dccce352b984e57a3 (patch)
tree7419decf6f2b929782fd847e4b37f7498620e130 /config.h
parent4f65416bd16b9dfd0f4b9939070e8cf3a65646b3 (diff)
downloadvdr-4146ac1928fc5a60456bb43dccce352b984e57a3.tar.gz
vdr-4146ac1928fc5a60456bb43dccce352b984e57a3.tar.bz2
Removed an unused variable from cTimer::GetWDayFromMDay()
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 212f8781..d13ed2fc 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.205 2004/11/16 16:57:43 kls Exp $
+ * $Id: config.h 1.206 2004/11/22 16:49:39 kls Exp $
*/
#ifndef __CONFIG_H
@@ -20,8 +20,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.17"
-#define VDRVERSNUM 10317 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.18"
+#define VDRVERSNUM 10318 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99