From 285574eeaaf68938feba49ba6ec66f4fd1f52e1f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 12 Oct 2024 13:32:46 +0200 Subject: [PATCH] Official release of version 2.7.3 --- HISTORY | 2 +- config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index ca23735a..c9e85247 100644 --- a/HISTORY +++ b/HISTORY @@ -10021,7 +10021,7 @@ Video Disk Recorder Revision History - Fixed a problem with duplicate events if they are moved to a lower table ID and at the same time get a new event ID (reported by Markus Ehrnsperger). -2024-10-11: +2024-10-12: Version 2.7.3 - Removed defining DEPRECATED_* macros with value 0, because this is the preprocessor's default (suggested by Winfried Köhler). diff --git a/config.h b/config.h index 6525ba13..fc758704 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.23 2024/09/27 09:15:33 kls Exp $ + * $Id: config.h 5.24 2024/10/12 13:32:46 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "2.7.2" -#define VDRVERSNUM 20702 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.7.3" +#define VDRVERSNUM 20703 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: