summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-07-20 12:31:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-07-20 12:31:38 +0200
commitc9094aad186d641a11fb0eef3cba11d7ec1469f3 (patch)
treeee43599cf8c7d7e117a7e7e950e17f819f7f0f3f /config.h
parent7c86dcaa270fd624d93fb73316052f1007aa7d85 (diff)
downloadvdr-c9094aad186d641a11fb0eef3cba11d7ec1469f3.tar.gz
vdr-c9094aad186d641a11fb0eef3cba11d7ec1469f3.tar.bz2
Fixed a buffer overflow in initializing the system character table
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 aa4cfe87..5229d731 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.292 2007/06/23 09:06:24 kls Exp $
+ * $Id: config.h 1.293 2007/07/20 12:31:38 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,8 +22,8 @@
// VDR's own version number:
-#define VDRVERSION "1.5.5"
-#define VDRVERSNUM 10505 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.5.6"
+#define VDRVERSNUM 10506 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: