Official release of version 2.7.6

This commit is contained in:
Klaus Schmidinger
2025-06-20 14:13:54 +02:00
parent 77dca46d22
commit 591085812d
2 changed files with 4 additions and 4 deletions

View File

@@ -10119,7 +10119,7 @@ Video Disk Recorder Revision History
- Now deleting old recording info before reading modified info file (suggested by
Stefan Hofmann).
2025-06-20:
2025-06-20: Version 2.7.6
- Fixed some misplaced 'override' keywords in the 'hello' and 'skincurses' plugins.
- cRecording now fetches priority, lifetime and framesPerSecond from cRecordingInfo.

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.31 2025/04/15 19:38:46 kls Exp $
* $Id: config.h 5.32 2025/06/20 14:13:54 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,8 +22,8 @@
// VDR's own version number:
#define VDRVERSION "2.7.5"
#define VDRVERSNUM 20705 // Version * 10000 + Major * 100 + Minor
#define VDRVERSION "2.7.6"
#define VDRVERSNUM 20706 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: