Official release of version 2.7.4

This commit is contained in:
Klaus Schmidinger 2025-02-26 10:35:03 +01:00
parent 45091fbd72
commit dd71a004e2
2 changed files with 4 additions and 4 deletions

View File

@ -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.

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.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: