diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-30 16:07:32 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-30 16:07:32 +0100 |
commit | 2bc0af882ca8c2dfe6edbda7a113416c0005f13f (patch) | |
tree | 6a639e88cfe6cc01e42c9204de4cc5acc76aacb5 /config.h | |
parent | cf7867ebe75f07de5dfbf23663f03c8521a012e5 (diff) | |
download | vdr-2bc0af882ca8c2dfe6edbda7a113416c0005f13f.tar.gz vdr-2bc0af882ca8c2dfe6edbda7a113416c0005f13f.tar.bz2 |
Fixed a hangup when replaying a TS recording with subtitles activated
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 2.6 2009/01/06 16:56:27 kls Exp $ + * $Id: config.h 2.7 2009/01/30 16:05:34 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.7.4" -#define VDRVERSNUM 10704 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.7.5" +#define VDRVERSNUM 10705 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.7.4" -#define APIVERSNUM 10704 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.5" +#define APIVERSNUM 10705 // 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 |