mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-26 23:06:44 +01:00
Official release of version 2.7.6
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -10119,7 +10119,7 @@ Video Disk Recorder Revision History
|
|||||||
- Now deleting old recording info before reading modified info file (suggested by
|
- Now deleting old recording info before reading modified info file (suggested by
|
||||||
Stefan Hofmann).
|
Stefan Hofmann).
|
||||||
|
|
||||||
2025-06-20:
|
2025-06-20: Version 2.7.6
|
||||||
|
|
||||||
- Fixed some misplaced 'override' keywords in the 'hello' and 'skincurses' plugins.
|
- Fixed some misplaced 'override' keywords in the 'hello' and 'skincurses' plugins.
|
||||||
- cRecording now fetches priority, lifetime and framesPerSecond from cRecordingInfo.
|
- cRecording now fetches priority, lifetime and framesPerSecond from cRecordingInfo.
|
||||||
|
|||||||
6
config.h
6
config.h
@@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: config.h 5.31 2025/04/15 19:38:46 kls Exp $
|
* $Id: config.h 5.32 2025/06/20 14:13:54 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
// VDR's own version number:
|
// VDR's own version number:
|
||||||
|
|
||||||
#define VDRVERSION "2.7.5"
|
#define VDRVERSION "2.7.6"
|
||||||
#define VDRVERSNUM 20705 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 20706 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
// The plugin API's version number:
|
// The plugin API's version number:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user