From 930e3b4200e0bdf46264ef663e6121264ef6e2e4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 15 Jul 2024 09:07:09 +0200 Subject: [PATCH] Official release of version 2.6.9 --- HISTORY | 2 +- config.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 04e6c059..93903729 100644 --- a/HISTORY +++ b/HISTORY @@ -9940,7 +9940,7 @@ Video Disk Recorder Revision History - Added 'lnbPowerTurnedOn = false' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger). -2024-07-14: +2024-07-15: Version 2.6.9 - Fixed a crash in strreplace() for multiple replacements with strings of different lengths (reported by Markus Ehrnsperger). diff --git a/config.h b/config.h index 3eeb7084..c6332683 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.17 2024/07/08 18:40:20 kls Exp $ + * $Id: config.h 5.18 2024/07/15 09:07:09 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.6.8" -#define VDRVERSNUM 20608 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.6.9" +#define VDRVERSNUM 20609 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.6.8" -#define APIVERSNUM 20608 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.6.9" +#define APIVERSNUM 20609 // 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