mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Official release of version 2.6.5
This commit is contained in:
parent
0d4284df29
commit
05f03d6e38
2
HISTORY
2
HISTORY
@ -9852,7 +9852,7 @@ Video Disk Recorder Revision History
|
||||
mode receiver device (thanks to Markus Ehrnsperger).
|
||||
- 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
|
||||
channel to a different transponder while recording (reported by Markus Ehrnsperger).
|
||||
|
10
config.h
10
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.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
|
||||
@ -22,13 +22,13 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "2.6.4"
|
||||
#define VDRVERSNUM 20604 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "2.6.5"
|
||||
#define VDRVERSNUM 20605 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
#define APIVERSION "2.6.3"
|
||||
#define APIVERSNUM 20603 // Version * 10000 + Major * 100 + Minor
|
||||
#define APIVERSION "2.6.5"
|
||||
#define APIVERSNUM 20605 // 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user