diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-24 10:52:20 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-24 10:52:20 +0200 |
commit | b0069f34107ff16725f940a073382d92197bfad7 (patch) | |
tree | 6f6222c50b83d0fbbb32df7b8e9afd3dfda66f68 /config.h | |
parent | 60341fc8836c8cd968772a3e2a7c251191eb6ff9 (diff) | |
download | vdr-b0069f34107ff16725f940a073382d92197bfad7.tar.gz vdr-b0069f34107ff16725f940a073382d92197bfad7.tar.bz2 |
Completed 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.168 2003/08/17 08:46:34 kls Exp $ + * $Id: config.h 1.169 2003/08/24 10:52:20 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.2.3" -#define VDRVERSNUM 10203 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.2.4" +#define VDRVERSNUM 10204 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 |