1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Official release of version 2.6.3

This commit is contained in:
Klaus Schmidinger 2022-12-14 09:38:41 +01:00
parent 7fe59548cd
commit 8b14723e9e
2 changed files with 6 additions and 6 deletions

View File

@ -9816,7 +9816,7 @@ Video Disk Recorder Revision History
- Added missing rounding when dividing frequencies in processing the NIT (thanks to - Added missing rounding when dividing frequencies in processing the NIT (thanks to
Winfried Köhler). Winfried Köhler).
2022-12-12: 2022-12-14: Version 2.6.3
- Fixed a compiler warning. - Fixed a compiler warning.
- Fixed generating the index file in the cutter (reported by Christoph Haubrich). - Fixed generating the index file in the cutter (reported by Christoph Haubrich).

View File

@ -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.10 2022/11/30 12:03:17 kls Exp $ * $Id: config.h 5.11 2022/12/14 09:38:41 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.2" #define VDRVERSION "2.6.3"
#define VDRVERSNUM 20602 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 20603 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: // The plugin API's version number:
#define APIVERSION "2.6.2" #define APIVERSION "2.6.3"
#define APIVERSNUM 20602 // Version * 10000 + Major * 100 + Minor #define APIVERSNUM 20603 // 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