diff options
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | config.h | 6 | ||||
-rw-r--r-- | i18n.c | 4 |
3 files changed, 9 insertions, 5 deletions
@@ -2610,3 +2610,7 @@ Video Disk Recorder Revision History broadcast on. - Fixed setting the source type for newly detected terrestrial transponders (thanks to Christian Tramnitz for his support in debugging this). + +2004-01-24: Version 1.3.3 + +- Completed the Finnish OSD texts (thanks to Rolf Ahrenberg). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.183 2004/01/11 21:42:23 kls Exp $ + * $Id: config.h 1.184 2004/01/24 10:03:55 kls Exp $ */ #ifndef __CONFIG_H @@ -20,8 +20,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.2" -#define VDRVERSNUM 10302 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.3" +#define VDRVERSNUM 10303 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.143 2004/01/17 14:39:38 kls Exp $ + * $Id: i18n.c 1.144 2004/01/24 10:02:37 kls Exp $ * * Translations provided by: * @@ -827,7 +827,7 @@ const tI18nPhrase Phrases[] = { "",//TODO "",//TODO "",//TODO - "",//TODO + "Päivitä", "",//TODO "",//TODO "",//TODO |