From 873b14ac0c5e6ee53c61f3e08df2ce2ee7d9268f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 10 Sep 2011 09:45:55 +0200 Subject: Fixed scaling subtitles in case the primary device's GetVideoSize() function doesn't return actual values --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index c51e3df7..ea167c05 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.34 2011/08/20 08:51:47 kls Exp $ + * $Id: config.h 2.35 2011/09/10 09:45:55 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.7.21" -#define VDRVERSNUM 10721 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.7.22" +#define VDRVERSNUM 10722 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.7.21" -#define APIVERSNUM 10721 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.22" +#define APIVERSNUM 10722 // 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