summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-02-19 11:37:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-02-19 11:37:15 +0100
commitf714ee0f55920c09738abf37d61d7f1295b5d2e7 (patch)
treecdadb35bcd943446a0acdf88eead14f3a2de5507 /config.h
parent7b9b2ad92d7fa53013cad051173c28af3cf2061c (diff)
downloadvdr-f714ee0f55920c09738abf37d61d7f1295b5d2e7.tar.gz
vdr-f714ee0f55920c09738abf37d61d7f1295b5d2e7.tar.bz2
Removed some unneeded code and fixed access to unallocated memory in cEvent::FixEpgBugs()
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 7dffe140..07e91603 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.213 2005/02/08 11:22:14 kls Exp $
+ * $Id: config.h 1.214 2005/02/19 11:35:16 kls Exp $
*/
#ifndef __CONFIG_H
@@ -20,8 +20,8 @@
#include "i18n.h"
#include "tools.h"
-#define VDRVERSION "1.3.21"
-#define VDRVERSNUM 10321 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.22"
+#define VDRVERSNUM 10322 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99