mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Official release of version 2.6.8
This commit is contained in:
parent
41b7e1546a
commit
79c0a1599b
2
HISTORY
2
HISTORY
@ -9919,7 +9919,7 @@ Video Disk Recorder Revision History
|
|||||||
- A device is now always kept occupied if a timer is in VPS margin or needs the
|
- A device is now always kept occupied if a timer is in VPS margin or needs the
|
||||||
transponder (thanks to Markus Ehrnsperger).
|
transponder (thanks to Markus Ehrnsperger).
|
||||||
|
|
||||||
2024-07-08:
|
2024-07-08: Version 2.6.8
|
||||||
|
|
||||||
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
||||||
- Fixed a possible access of a deleted object in the EIT scanner.
|
- Fixed a possible access of a deleted object in the EIT scanner.
|
||||||
|
10
config.h
10
config.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: config.h 5.16 2024/04/02 09:05:33 kls Exp $
|
* $Id: config.h 5.17 2024/07/08 18:40:20 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
@ -22,13 +22,13 @@
|
|||||||
|
|
||||||
// VDR's own version number:
|
// VDR's own version number:
|
||||||
|
|
||||||
#define VDRVERSION "2.6.7"
|
#define VDRVERSION "2.6.8"
|
||||||
#define VDRVERSNUM 20607 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 20608 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
// The plugin API's version number:
|
// The plugin API's version number:
|
||||||
|
|
||||||
#define APIVERSION "2.6.7"
|
#define APIVERSION "2.6.8"
|
||||||
#define APIVERSNUM 20607 // Version * 10000 + Major * 100 + Minor
|
#define APIVERSNUM 20608 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
// When loading plugins, VDR searches them by their APIVERSION, which
|
// When loading plugins, VDR searches them by their APIVERSION, which
|
||||||
// may be smaller than VDRVERSION in case there have been no changes to
|
// may be smaller than VDRVERSION in case there have been no changes to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user