Official release of version 2.7.5

This commit is contained in:
Klaus Schmidinger
2025-04-12 08:32:04 +02:00
parent e5ec0550d4
commit add3d1cb15
2 changed files with 4 additions and 4 deletions

View File

@@ -10090,7 +10090,7 @@ Video Disk Recorder Revision History
- Added missing locks to SetMenuItem() functions.
- Revised locking in cMenuSchedule and cMenuWhatsOn.
2025-04-11:
2025-04-12: Version 2.7.5
- Added the "override" keyword to virtual functions reimplemented in derived classes.
Plugins may want to do the same, but don't have to.

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.29 2025/03/28 22:49:17 kls Exp $
* $Id: config.h 5.30 2025/04/12 08:32:04 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,8 +22,8 @@
// VDR's own version number:
#define VDRVERSION "2.7.4"
#define VDRVERSNUM 20704 // Version * 10000 + Major * 100 + Minor
#define VDRVERSION "2.7.5"
#define VDRVERSNUM 20705 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: