From 29b2d48bb53df75f1cb978e72bc709a6658d6e5c Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 18 Nov 2007 18:00:00 +0100 Subject: Version 1.5.12 - Fixed assembling PS1 packets in cTS2PES::instant_repack() (thanks to Reinhard Nissl). - Updated the Russian OSD texts (thanks to Oleg Roitburd). - Fixed handling small PES packets that caused subtitles to be displayed late in live mode (based on a patch from Reinhard Nissl). - Fixed stopping live subtitles when a player is attached to the device. - Fixed suddenly stopping subtitles in live mode. --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 02f1b53..9ecda27 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.300 2007/10/17 18:34:17 kls Exp $ + * $Id: config.h 1.301 2007/11/10 13:38:19 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.5.11" -#define VDRVERSNUM 10511 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.5.12" +#define VDRVERSNUM 10512 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.5.11" -#define APIVERSNUM 10511 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.5.12" +#define APIVERSNUM 10512 // 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