diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-10-17 18:34:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-10-17 18:34:17 +0200 |
commit | dd26d8873fc1e802425632899318f6d0e58f4346 (patch) | |
tree | faff9485e280e30c12b9b55ae6ef94140151660c /config.h | |
parent | 67df515c06774a549078026816a32f8520c08d17 (diff) | |
download | vdr-dd26d8873fc1e802425632899318f6d0e58f4346.tar.gz vdr-dd26d8873fc1e802425632899318f6d0e58f4346.tar.bz2 |
Fixed checking compatibility mode for old subtitles plugin
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 1.299 2007/10/06 14:27:18 kls Exp $ + * $Id: config.h 1.300 2007/10/17 18:34:17 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.5.10" -#define VDRVERSNUM 10510 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.5.11" +#define VDRVERSNUM 10511 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.5.10" -#define APIVERSNUM 10510 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.5.11" +#define APIVERSNUM 10511 // 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 |