summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-01-13 12:14:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-01-13 12:14:51 +0100
commit7751b6abb0b90a3d0961856e76c67b85aab66cf5 (patch)
tree04c4276125ccb9ba9d0ad3a80175330e10140218 /config.h
parent87dd5139ff6666d64e7e343bcff632b342c4c814 (diff)
downloadvdr-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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index e795ad77..00fd784c 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.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