mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-26 23:06:44 +01:00
Official release of version 2.7.5
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -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.
|
||||
|
||||
6
config.h
6
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.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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user