summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-07-20 14:57:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-07-20 14:57:37 +0200
commit2f528db30a14ce1e1d2cb6d472bbacff1ed7ef4a (patch)
tree7d6ba42e93ff6b749fcbffa621a9aeaacd3d35a7 /config.h
parent8ff2c73d9b4bf716e80b2c56e15badc2eb17427c (diff)
downloadvdr-2f528db30a14ce1e1d2cb6d472bbacff1ed7ef4a.tar.gz
vdr-2f528db30a14ce1e1d2cb6d472bbacff1ed7ef4a.tar.bz2
Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range check to it
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 5229d731..edc51235 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.293 2007/07/20 12:31:38 kls Exp $
+ * $Id: config.h 1.294 2007/07/20 14:52:05 kls Exp $
*/
#ifndef __CONFIG_H
@@ -27,8 +27,8 @@
// The plugin API's version number:
-#define APIVERSION "1.5.5"
-#define APIVERSNUM 10505 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "1.5.6"
+#define APIVERSNUM 10506 // 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