Official release of version 2.6.4

This commit is contained in:
Klaus Schmidinger 2023-02-17 12:04:45 +01:00
parent 63efcf3927
commit 5f136032a2
2 changed files with 4 additions and 4 deletions

View File

@ -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).

View File

@ -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: