From e31cdb5ad9448fc2b9065d9c67c41479a3b0e86e Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 24 Jul 2025 13:44:14 +0200 Subject: [PATCH] Official release of version 2.7.7 --- HISTORY | 2 +- config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 8856244a..9dee6b54 100644 --- a/HISTORY +++ b/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 diff --git a/config.h b/config.h index 9bb4c5d5..1dccd836 100644 --- a/config.h +++ b/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: