Official release of version 2.7.2

This commit is contained in:
Klaus Schmidinger 2024-09-27 09:15:33 +02:00
parent 72ad601328
commit 0d3882d43e
2 changed files with 4 additions and 4 deletions

View File

@ -9984,7 +9984,7 @@ Video Disk Recorder Revision History
version numbering. Version numbers are simply counted upwards, with each of the three
parts ("version", "major", "minor") always being a single digit, and '0' being skipped.
2024-09-27:
2024-09-27: Version 2.7.2
- Fix for compilers that don't like non-constant format strings (thanks to Stefan Hofmann).
- Deprecated code is now marked with [[deprecated]] to issue a compile time warning when

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.22 2024/09/19 20:21:58 kls Exp $
* $Id: config.h 5.23 2024/09/27 09:15:33 kls Exp $
*/
#ifndef __CONFIG_H
@ -22,8 +22,8 @@
// VDR's own version number:
#define VDRVERSION "2.7.1"
#define VDRVERSNUM 20701 // Version * 10000 + Major * 100 + Minor
#define VDRVERSION "2.7.2"
#define VDRVERSNUM 20702 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: