diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-19 10:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-10-19 10:00:00 +0200 |
commit | 71778859a73893e3e9698a123b273f9d5bea601c (patch) | |
tree | 9d8683253251981a8abebca643c6956c795d4659 | |
parent | 47b09cce5dc82623273ef3bd8fcd6f1cfd75320d (diff) | |
download | vdr-71778859a73893e3e9698a123b273f9d5bea601c.tar.gz vdr-71778859a73893e3e9698a123b273f9d5bea601c.tar.bz2 |
Bumped the APIVERSION
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |