Official release of version 2.7.7

This commit is contained in:
Klaus Schmidinger
2025-07-24 13:44:14 +02:00
parent 9a32b8c62f
commit e31cdb5ad9
2 changed files with 4 additions and 4 deletions

View File

@@ -10138,7 +10138,7 @@ Video Disk Recorder Revision History
- Fixed an invalid lock sequence when pressing the Channel+/Channel- keys while in the - Fixed an invalid lock sequence when pressing the Channel+/Channel- keys while in the
"What's on..." menu in live view. "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. - Fixed cPoller::Poll() to allow negative timeout values again.
- When regenerating the index of a recording, PID changes are now taken into account - When regenerating the index of a recording, PID changes are now taken into account

View File

@@ -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.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 #ifndef __CONFIG_H
@@ -22,8 +22,8 @@
// VDR's own version number: // VDR's own version number:
#define VDRVERSION "2.7.6" #define VDRVERSION "2.7.7"
#define VDRVERSNUM 20706 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 20707 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: // The plugin API's version number: