From 30f05ba71440eb980542df02b92d6803d349f3fc Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 30 Nov 2022 12:03:17 +0100 Subject: [PATCH] Official release of version 2.6.2 --- HISTORY | 2 +- config.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index ea7ccb23..1217df4a 100644 --- a/HISTORY +++ b/HISTORY @@ -9780,7 +9780,7 @@ Video Disk Recorder Revision History out by Onur Sentürk). - Official release. -2022-11-30: +2022-11-30: Version 2.6.2 - Added UPDATE-2.6.0, which was missing in the official 2.6.0 release. - Fixed unexpected calls of the '-r' script when a recording is interrupted and diff --git a/config.h b/config.h index ba549e7f..631ff410 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 5.9 2022/02/02 10:56:43 kls Exp $ + * $Id: config.h 5.10 2022/11/30 12:03:17 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.6.1" -#define VDRVERSNUM 20601 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.6.2" +#define VDRVERSNUM 20602 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.6.1" -#define APIVERSNUM 20601 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.6.2" +#define APIVERSNUM 20602 // 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