diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-20 12:31:38 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-20 12:31:38 +0200 |
commit | c9094aad186d641a11fb0eef3cba11d7ec1469f3 (patch) | |
tree | ee43599cf8c7d7e117a7e7e950e17f819f7f0f3f /config.h | |
parent | 7c86dcaa270fd624d93fb73316052f1007aa7d85 (diff) | |
download | vdr-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.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.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: |