diff --git a/HISTORY b/HISTORY index 90bccf24..b4069310 100644 --- a/HISTORY +++ b/HISTORY @@ -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). diff --git a/config.h b/config.h index 2c1d992c..b058ff1a 100644 --- a/config.h +++ b/config.h @@ -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