summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-09-01 12:59:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-09-01 12:59:35 +0200
commit4ae577fcb4a323af74d05645e34f31f893b4c6e7 (patch)
tree86b4d9b764dbc9118f2ef61f8692938f1dfa733a /config.h
parentc2e2673629c0a721e721f64e0dbec85a02f7b013 (diff)
downloadvdr-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 4a4cbb20..d1d4e2e1 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.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: