Official release of version 2.6.7

This commit is contained in:
Klaus Schmidinger 2024-04-02 09:05:33 +02:00
parent 179d5b87fc
commit 746cdaff01
2 changed files with 6 additions and 6 deletions

View File

@ -9887,7 +9887,7 @@ Video Disk Recorder Revision History
- Fixed possible duplicate component entries in the info of an ongoing recording
(reported by Christoph Haubrich).
2024-03-29:
2024-04-02: Version 2.6.7
- Fixed the move assignment operator to check for self-assignment (suggested by
Stefan Herdler).

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: config.h 5.15 2024/03/04 21:13:58 kls Exp $
* $Id: config.h 5.16 2024/04/02 09:05:33 kls Exp $
*/
#ifndef __CONFIG_H
@ -22,13 +22,13 @@
// VDR's own version number:
#define VDRVERSION "2.6.6"
#define VDRVERSNUM 20606 // Version * 10000 + Major * 100 + Minor
#define VDRVERSION "2.6.7"
#define VDRVERSNUM 20607 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
#define APIVERSION "2.6.6"
#define APIVERSNUM 20606 // Version * 10000 + Major * 100 + Minor
#define APIVERSION "2.6.7"
#define APIVERSNUM 20607 // 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