From 5f136032a2cf9ce979c3ec81556a9c3164820baf Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 17 Feb 2023 12:04:45 +0100 Subject: [PATCH] Official release of version 2.6.4 --- HISTORY | 2 +- config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 87c8e9a8..ef78b05a 100644 --- a/HISTORY +++ b/HISTORY @@ -9833,7 +9833,7 @@ Video Disk Recorder Revision History - Avoiding a zero sized array in cDevice::GetDevice() (thanks to Marko Mäkelä). - Now checking the video directory after setting the user id. -2023-02-15: +2023-02-17: Version 2.6.4 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed restoring the volume at program start (thanks to Matthias Senzel). diff --git a/config.h b/config.h index a81c3518..72dd3d2a 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.11 2022/12/14 09:38:41 kls Exp $ + * $Id: config.h 5.12 2023/02/17 12:04:45 kls Exp $ */ #ifndef __CONFIG_H @@ -22,8 +22,8 @@ // VDR's own version number: -#define VDRVERSION "2.6.3" -#define VDRVERSNUM 20603 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.6.4" +#define VDRVERSNUM 20604 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: