mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Official release of version 2.7.3
This commit is contained in:
parent
55cfb057e0
commit
285574eeaa
2
HISTORY
2
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
|
- 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).
|
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
|
- Removed defining DEPRECATED_* macros with value 0, because this is the preprocessor's
|
||||||
default (suggested by Winfried Köhler).
|
default (suggested by Winfried Köhler).
|
||||||
|
6
config.h
6
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.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
|
#ifndef __CONFIG_H
|
||||||
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
// VDR's own version number:
|
// VDR's own version number:
|
||||||
|
|
||||||
#define VDRVERSION "2.7.2"
|
#define VDRVERSION "2.7.3"
|
||||||
#define VDRVERSNUM 20702 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 20703 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
// The plugin API's version number:
|
// The plugin API's version number:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user