summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-10-19 10:00:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-10-19 10:00:00 +0200
commit71778859a73893e3e9698a123b273f9d5bea601c (patch)
tree9d8683253251981a8abebca643c6956c795d4659 /config.h
parent47b09cce5dc82623273ef3bd8fcd6f1cfd75320d (diff)
downloadvdr-71778859a73893e3e9698a123b273f9d5bea601c.tar.gz
vdr-71778859a73893e3e9698a123b273f9d5bea601c.tar.bz2
Bumped the APIVERSION
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 75d6d835..90045b5d 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 3.3 2013/08/26 08:44:44 kls Exp $
+ * $Id: config.h 3.4 2013/10/19 10:00:00 kls Exp $
*/
#ifndef __CONFIG_H
@@ -27,8 +27,8 @@
// The plugin API's version number:
-#define APIVERSION "2.1.1"
-#define APIVERSNUM 20101 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "2.1.2"
+#define APIVERSNUM 20102 // 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