diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-19 11:37:15 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-02-19 11:37:15 +0100 |
commit | f714ee0f55920c09738abf37d61d7f1295b5d2e7 (patch) | |
tree | cdadb35bcd943446a0acdf88eead14f3a2de5507 /config.h | |
parent | 7b9b2ad92d7fa53013cad051173c28af3cf2061c (diff) | |
download | vdr-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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |