summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-01-26 13:14:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-01-26 13:14:47 +0100
commitaec92c1334c29c3f2c94f87c41a4dd5cc7dca0f9 (patch)
tree6ae55305c056c6ab5c9918f1470620d63ba53b79 /config.h
parentb4cab10eca558f6d90fa25a2a6e7fc3d90fac508 (diff)
downloadvdr-aec92c1334c29c3f2c94f87c41a4dd5cc7dca0f9.tar.gz
vdr-aec92c1334c29c3f2c94f87c41a4dd5cc7dca0f9.tar.bz2
Fixed i18n characters for the Hungarian texts
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 3597ff78..89208794 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.282 2007/01/07 13:45:19 kls Exp $
+ * $Id: config.h 1.282.1.1 2007/01/26 13:14:47 kls Exp $
*/
#ifndef __CONFIG_H
@@ -21,7 +21,7 @@
// VDR's own version number:
-#define VDRVERSION "1.4.5"
+#define VDRVERSION "1.4.5-1"
#define VDRVERSNUM 10405 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: