From 0b82b38533792023097a47371b594075cdfb44aa Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 23 Mar 2008 11:00:31 +0100 Subject: [PATCH] Version 1.6.0 --- HISTORY | 2 +- UPDATE-1.6.0 | 1 + config.h | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 6bf281a4..c94d1d2b 100644 --- a/HISTORY +++ b/HISTORY @@ -5723,7 +5723,7 @@ Video Disk Recorder Revision History 'Back' key. - Resetting a timer's 'pending' flag when it has ended. -2008-03-22: Version 1.5.19 +2008-03-23: Version 1.6.0 - Updated the Croatian language texts (thanks to Adrian Caval). - Added Chinese language texts (thanks to Nan Feng). diff --git a/UPDATE-1.6.0 b/UPDATE-1.6.0 index 33abde06..6c3941d0 100644 --- a/UPDATE-1.6.0 +++ b/UPDATE-1.6.0 @@ -119,6 +119,7 @@ Internationalization: - The new option --localedir can be used to set the locale directory at runtime. - Added Turkish language texts. - Added Ukrainian language texts. +- Added Chinese language texts. Misc: diff --git a/config.h b/config.h index ac3e01c0..822ee176 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.309 2008/03/18 17:19:14 kls Exp $ + * $Id: config.h 1.310 2008/03/23 10:26:10 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.5.19" -#define VDRVERSNUM 10519 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.6.0" +#define VDRVERSNUM 10600 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.5.15" -#define APIVERSNUM 10515 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.6.0" +#define APIVERSNUM 10600 // Version * 10000 + Major * 100 + Minor // When loading plugins, VDR searches them by their APIVERSION, which // may be smaller than VDRVERSION in case there have been no changes to