diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-14 09:46:32 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-14 09:46:32 +0200 |
commit | c2448acaaaef8b17a798eea70f7a7422da93cdf7 (patch) | |
tree | 96b3c6fea2ba02fdfb8f128f77ca7058dc281065 /config.h | |
parent | 753c1e1a7f76882091c6ce8a2f0c2d56e0abeb87 (diff) | |
download | vdr-c2448acaaaef8b17a798eea70f7a7422da93cdf7.tar.gz vdr-c2448acaaaef8b17a798eea70f7a7422da93cdf7.tar.bz2 |
Updated the Finnish OSD texts
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.249 2006/04/09 12:09:05 kls Exp $ + * $Id: config.h 1.250 2006/04/14 09:46:32 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.46" -#define VDRVERSNUM 10346 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.47" +#define VDRVERSNUM 10347 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |