diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-09-01 12:59:35 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-09-01 12:59:35 +0200 |
commit | 4ae577fcb4a323af74d05645e34f31f893b4c6e7 (patch) | |
tree | 86b4d9b764dbc9118f2ef61f8692938f1dfa733a /config.h | |
parent | c2e2673629c0a721e721f64e0dbec85a02f7b013 (diff) | |
download | vdr-4ae577fcb4a323af74d05645e34f31f893b4c6e7.tar.gz vdr-4ae577fcb4a323af74d05645e34f31f893b4c6e7.tar.bz2 |
Added LC_ALL to the checks for UTF-8 at startup
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 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.267 2006/08/26 14:16:34 kls Exp $ + * $Id: config.h 1.268 2006/09/01 12:59:35 kls Exp $ */ #ifndef __CONFIG_H @@ -21,7 +21,7 @@ // VDR's own version number: -#define VDRVERSION "1.4.2" +#define VDRVERSION "1.4.2-1" #define VDRVERSNUM 10402 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: |