From 178f2cacf90c31398cb397f4300375ba1b82f766 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 21 Apr 2021 13:51:28 +0200 Subject: [PATCH] Official release of version 2.4.7 --- HISTORY | 3 ++- config.h | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index ee93429a..09268943 100644 --- a/HISTORY +++ b/HISTORY @@ -9563,7 +9563,7 @@ Video Disk Recorder Revision History - Fixed convertCharacterTable() in case iconv_open() fails (thanks to Helmut Binder). - Official release. -2021-01-02: Version 2.4.7 +2021-04-21: Version 2.4.7 - Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider). - Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the @@ -9573,3 +9573,4 @@ Video Disk Recorder Revision History - Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried Köhler). - Fixed initializing the cChannel::schedule pointer after reading EPG data with PUTE (reported by Manuel Reimer). +- Official release. diff --git a/config.h b/config.h index 6706f07a..a7baf348 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 4.21 2020/12/22 17:23:51 kls Exp $ + * $Id: config.h 4.21.1.1 2021/04/21 13:51:28 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.4.6" -#define VDRVERSNUM 20406 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.4.7" +#define VDRVERSNUM 20407 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.4.6" -#define APIVERSNUM 20406 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.4.7" +#define APIVERSNUM 20407 // 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