Official release of version 2.7.3

This commit is contained in:
Klaus Schmidinger 2024-10-12 13:32:46 +02:00
parent 55cfb057e0
commit 285574eeaa
2 changed files with 4 additions and 4 deletions

View File

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

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