From 591085812def02a827624a4cffc2cc3a2b984f8e Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 20 Jun 2025 14:13:54 +0200 Subject: [PATCH] Official release of version 2.7.6 --- HISTORY | 2 +- config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 92ef4b5e..4f6f4ed9 100644 --- a/HISTORY +++ b/HISTORY @@ -10119,7 +10119,7 @@ Video Disk Recorder Revision History - Now deleting old recording info before reading modified info file (suggested by Stefan Hofmann). -2025-06-20: +2025-06-20: Version 2.7.6 - Fixed some misplaced 'override' keywords in the 'hello' and 'skincurses' plugins. - cRecording now fetches priority, lifetime and framesPerSecond from cRecordingInfo. diff --git a/config.h b/config.h index 67131788..dce389ba 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.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 @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "2.7.5" -#define VDRVERSNUM 20705 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.7.6" +#define VDRVERSNUM 20706 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: