From 16fb7967ffae2cf1e7206401780d820790f31871 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 2 Aug 2020 08:55:08 +0200 Subject: [PATCH] Official release of version 2.4.4 --- HISTORY | 3 ++- config.h | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 074f67e9..226b921a 100644 --- a/HISTORY +++ b/HISTORY @@ -9499,7 +9499,7 @@ Video Disk Recorder Revision History rendered the whole code branch inactive. Now this branch is only executed for devices that are not bonded. -2020-07-13: +2020-08-02: Version 2.4.4 - Improved deleting plugins in case the plugin uses its own memory management (thanks to Winfried Köhler). Plugins that have been compiled with previous versions of VDR @@ -9511,3 +9511,4 @@ Video Disk Recorder Revision History - Implemented handling multi packet CATs with MTD (thanks to Helmut Binder). - Fixed a possible 'invalid lock sequence' when switching to an unavailable channel with the main menu open. +- Official release. diff --git a/config.h b/config.h index e0f5a750..c9f3d3b1 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.18 2020/06/10 14:00:36 kls Exp $ + * $Id: config.h 4.19 2020/07/15 15:13:08 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "2.4.3" -#define VDRVERSNUM 20403 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.4.4" +#define VDRVERSNUM 20404 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: