From 1dca27993839be4798561266457cf1bd903db028 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 22 Mar 2014 11:03:39 +0100 Subject: The APIVERSION has been increased to 2.0.6 --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 689ddb09..b4d3756b 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 2.76.1.6 2014/01/16 10:34:38 kls Exp $ + * $Id: config.h 2.76.1.7 2014/03/22 11:00:00 kls Exp $ */ #ifndef __CONFIG_H @@ -27,8 +27,8 @@ // The plugin API's version number: -#define APIVERSION "2.0.0" -#define APIVERSNUM 20000 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.0.6" +#define APIVERSNUM 20006 // 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 -- cgit v1.2.3