diff --git a/HISTORY b/HISTORY index 34e5069b..37c48497 100644 --- a/HISTORY +++ b/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. diff --git a/config.h b/config.h index c5495e59..ddd99db0 100644 --- a/config.h +++ b/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: