diff options
-rw-r--r-- | CONTRIBUTORS | 2 | ||||
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | config.h | 6 |
3 files changed, 7 insertions, 3 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f5ec32b4..38f21ffd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -220,6 +220,8 @@ Stefan Huelswitt <huels@iname.com> for reporting a problem with channel up/down switching on single card systems for fixing the PremiereContentTransmissionDescriptor in 'libsi' for reporting a double fdopen() in cPipe::Open() + for suggesting to increase the APIVERSION to allow plugins that relied on the + cStatus::MsgSetVolume() bug to react properly Ulrich Röder <roeder@efr-net.de> for pointing out that there are channels that have a symbol rate higher than 27500 @@ -4839,3 +4839,5 @@ Video Disk Recorder Revision History - Fixed assigning schedules to channels in case there is no initial EPG information (thanks to Frank Schmirler). +- Increased the APIVERSION to allow plugins that relied on the cStatus::MsgSetVolume() + bug to react properly (suggested by Stefan Huelswitt). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.263 2006/07/29 09:40:41 kls Exp $ + * $Id: config.h 1.264 2006/07/29 09:56:04 kls Exp $ */ #ifndef __CONFIG_H @@ -26,8 +26,8 @@ // The plugin API's version number: -#define APIVERSION "1.4.1" -#define APIVERSNUM 10401 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.4.2" +#define APIVERSNUM 10402 // 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 |