Official release of version 2.6.9

This commit is contained in:
Klaus Schmidinger 2024-07-15 09:07:09 +02:00
parent 2543f2c486
commit 930e3b4200
2 changed files with 6 additions and 6 deletions

View File

@ -9940,7 +9940,7 @@ Video Disk Recorder Revision History
- Added 'lnbPowerTurnedOn = false' to cDvbTuner::ProvidesFrontend() (suggested by - Added 'lnbPowerTurnedOn = false' to cDvbTuner::ProvidesFrontend() (suggested by
Markus Ehrnsperger). Markus Ehrnsperger).
2024-07-14: 2024-07-15: Version 2.6.9
- Fixed a crash in strreplace() for multiple replacements with strings of different - Fixed a crash in strreplace() for multiple replacements with strings of different
lengths (reported by Markus Ehrnsperger). lengths (reported by Markus Ehrnsperger).

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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 #ifndef __CONFIG_H
@ -22,13 +22,13 @@
// VDR's own version number: // VDR's own version number:
#define VDRVERSION "2.6.8" #define VDRVERSION "2.6.9"
#define VDRVERSNUM 20608 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 20609 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: // The plugin API's version number:
#define APIVERSION "2.6.8" #define APIVERSION "2.6.9"
#define APIVERSNUM 20608 // Version * 10000 + Major * 100 + Minor #define APIVERSNUM 20609 // Version * 10000 + Major * 100 + Minor
// When loading plugins, VDR searches them by their APIVERSION, which // When loading plugins, VDR searches them by their APIVERSION, which
// may be smaller than VDRVERSION in case there have been no changes to // may be smaller than VDRVERSION in case there have been no changes to