Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3)

This commit is contained in:
Klaus Schmidinger 2007-06-13 06:38:33 +02:00
parent 02d34e0657
commit 824b974b81
2 changed files with 9 additions and 5 deletions

View File

@ -5229,3 +5229,7 @@ Video Disk Recorder Revision History
- Improved editing strings that are too long to fit into the editable area.
- Changes to the OSD settings in the "Setup/OSD" menu now immediately take effect
when the "Ok" key is pressed.
2007-06-15: Version 1.5.4
- Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3).

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 1.290 2007/06/02 11:22:17 kls Exp $
* $Id: config.h 1.291 2007/06/13 06:38:33 kls Exp $
*/
#ifndef __CONFIG_H
@ -22,13 +22,13 @@
// VDR's own version number:
#define VDRVERSION "1.5.3"
#define VDRVERSNUM 10503 // Version * 10000 + Major * 100 + Minor
#define VDRVERSION "1.5.4"
#define VDRVERSNUM 10504 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
#define APIVERSION "1.5.1"
#define APIVERSNUM 10501 // Version * 10000 + Major * 100 + Minor
#define APIVERSION "1.5.4"
#define APIVERSNUM 10504 // Version * 10000 + Major * 100 + Minor
// When loading plugins, VDR searches them by their APIVERSION, which
// may be smaller than VDRVERSION in case there have been no changes to