Official release of version 2.6.6

This commit is contained in:
Klaus Schmidinger 2024-01-25 09:44:48 +01:00
parent 385738cadd
commit 7f1420a4a0
2 changed files with 6 additions and 6 deletions

View File

@ -9863,7 +9863,7 @@ Video Disk Recorder Revision History
- The recording info of the default skins now shows the frame parameters of the - The recording info of the default skins now shows the frame parameters of the
recording at the end of the description (if such information is available). recording at the end of the description (if such information is available).
2024-01-24: 2024-01-24: Version 2.6.6
- Changed installing config files to handle potentially broken 'cp -n'. - Changed installing config files to handle potentially broken 'cp -n'.
- Fixed height calculation in progress display (thanks to Matthias Senzel). - Fixed height calculation in progress display (thanks to Matthias Senzel).

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.13 2023/12/30 10:27:34 kls Exp $ * $Id: config.h 5.14 2024/01/25 09:44:48 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.5" #define VDRVERSION "2.6.6"
#define VDRVERSNUM 20605 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 20606 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: // The plugin API's version number:
#define APIVERSION "2.6.5" #define APIVERSION "2.6.6"
#define APIVERSNUM 20605 // Version * 10000 + Major * 100 + Minor #define APIVERSNUM 20606 // 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