File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10034,7 +10034,7 @@ Video Disk Recorder Revision History
10034
10034
(suggested by Stefan Hofmann).
10035
10035
- Added vdrrootdir and incdir to vdr.pc (thanks to Stefan Hofmann).
10036
10036
10037
- 2025-02-20:
10037
+ 2025-02-26: Version 2.7.4
10038
10038
10039
10039
- Removed all DEPRECATED_* code.
10040
10040
- Fixed error checking in case the fps value can't be determined by the frame parser.
Original file line number Diff line number Diff line change 4
4
* See the main source file 'vdr.c' for copyright information and
5
5
* how to reach the author.
6
6
*
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 $
8
8
*/
9
9
10
10
#ifndef __CONFIG_H
22
22
23
23
// VDR's own version number:
24
24
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
27
27
28
28
// The plugin API's version number:
29
29
You can’t perform that action at this time.
0 commit comments