Official release of version 2.6.5

This commit is contained in:
Klaus Schmidinger 2023-12-30 10:27:34 +01:00
parent 0d4284df29
commit 029e728429
2 changed files with 6 additions and 6 deletions

View File

@ -9852,7 +9852,7 @@ Video Disk Recorder Revision History
mode receiver device (thanks to Markus Ehrnsperger). mode receiver device (thanks to Markus Ehrnsperger).
- Revised support for kernel based LIRC driver (thanks to Marko Mäkelä). - Revised support for kernel based LIRC driver (thanks to Marko Mäkelä).
2023-12-29: 2023-12-30: Version 2.6.5
- Fixed broken video data streams on systems without output device when switching live - Fixed broken video data streams on systems without output device when switching live
channel to a different transponder while recording (reported by Markus Ehrnsperger). channel to a different transponder while recording (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.12 2023/02/17 12:04:45 kls Exp $ * $Id: config.h 5.13 2023/12/30 10:27:34 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.4" #define VDRVERSION "2.6.5"
#define VDRVERSNUM 20604 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 20605 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: // The plugin API's version number:
#define APIVERSION "2.6.3" #define APIVERSION "2.6.5"
#define APIVERSNUM 20603 // Version * 10000 + Major * 100 + Minor #define APIVERSNUM 20605 // 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