Skip to content

Commit dd71a00

Browse files
author
Klaus Schmidinger
committed
Official release of version 2.7.4
1 parent 45091fb commit dd71a00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY

+1-1
Original file line numberDiff line numberDiff line change
@@ -10034,7 +10034,7 @@ Video Disk Recorder Revision History
1003410034
(suggested by Stefan Hofmann).
1003510035
- Added vdrrootdir and incdir to vdr.pc (thanks to Stefan Hofmann).
1003610036

10037-
2025-02-20:
10037+
2025-02-26: Version 2.7.4
1003810038

1003910039
- Removed all DEPRECATED_* code.
1004010040
- Fixed error checking in case the fps value can't be determined by the frame parser.

config.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See the main source file 'vdr.c' for copyright information and
55
* how to reach the author.
66
*
7-
* $Id: config.h 5.25 2025/01/16 09:42:11 kls Exp $
7+
* $Id: config.h 5.26 2025/02/26 10:35:03 kls Exp $
88
*/
99

1010
#ifndef __CONFIG_H
@@ -22,8 +22,8 @@
2222

2323
// VDR's own version number:
2424

25-
#define VDRVERSION "2.7.3"
26-
#define VDRVERSNUM 20703 // Version * 10000 + Major * 100 + Minor
25+
#define VDRVERSION "2.7.4"
26+
#define VDRVERSNUM 20704 // Version * 10000 + Major * 100 + Minor
2727

2828
// The plugin API's version number:
2929

0 commit comments

Comments
 (0)