diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-13 12:14:51 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-13 12:14:51 +0100 |
commit | 7751b6abb0b90a3d0961856e76c67b85aab66cf5 (patch) | |
tree | 04c4276125ccb9ba9d0ad3a80175330e10140218 /config.h | |
parent | 87dd5139ff6666d64e7e343bcff632b342c4c814 (diff) | |
download | vdr-7751b6abb0b90a3d0961856e76c67b85aab66cf5.tar.gz vdr-7751b6abb0b90a3d0961856e76c67b85aab66cf5.tar.bz2 |
Added cDevice::HasCi() so that devices with Common Interface can be avoided when tuning to an FTA channel
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.283 2007/01/07 14:09:31 kls Exp $ + * $Id: config.h 1.284 2007/01/13 11:42:43 kls Exp $ */ #ifndef __CONFIG_H @@ -21,13 +21,13 @@ // VDR's own version number: -#define VDRVERSION "1.5.0" -#define VDRVERSNUM 10500 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.5.1" +#define VDRVERSNUM 10501 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.5.0" -#define APIVERSNUM 10500 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.5.1" +#define APIVERSNUM 10501 // 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 |