diff --git a/HISTORY b/HISTORY index fec74991..453ae26f 100644 --- a/HISTORY +++ b/HISTORY @@ -10034,7 +10034,7 @@ Video Disk Recorder Revision History (suggested by Stefan Hofmann). - Added vdrrootdir and incdir to vdr.pc (thanks to Stefan Hofmann). -2025-02-20: +2025-02-26: Version 2.7.4 - Removed all DEPRECATED_* code. - Fixed error checking in case the fps value can't be determined by the frame parser. diff --git a/config.h b/config.h index 6e3b766b..dea6d483 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.25 2025/01/16 09:42:11 kls Exp $ + * $Id: config.h 5.26 2025/02/26 10:35:03 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "2.7.3" -#define VDRVERSNUM 20703 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.7.4" +#define VDRVERSNUM 20704 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: