mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-26 23:06:44 +01:00
Official release of version 2.7.7
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -10138,7 +10138,7 @@ Video Disk Recorder Revision History
|
||||
- Fixed an invalid lock sequence when pressing the Channel+/Channel- keys while in the
|
||||
"What's on..." menu in live view.
|
||||
|
||||
2025-07-23:
|
||||
2025-07-24: Version 2.7.7
|
||||
|
||||
- Fixed cPoller::Poll() to allow negative timeout values again.
|
||||
- When regenerating the index of a recording, PID changes are now taken into account
|
||||
|
||||
6
config.h
6
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.33 2025/07/06 15:06:55 kls Exp $
|
||||
* $Id: config.h 5.34 2025/07/24 13:43:47 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
// VDR's own version number:
|
||||
|
||||
#define VDRVERSION "2.7.6"
|
||||
#define VDRVERSNUM 20706 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "2.7.7"
|
||||
#define VDRVERSNUM 20707 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
// The plugin API's version number:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user