diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-07 09:03:29 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-07 09:03:29 +0100 |
commit | ea5e373df60f4c9bd138c264f8a5cd257d6e233f (patch) | |
tree | fda8199afab34e9af229bd57b28143ee61042401 /config.h | |
parent | c7256c1c1123f2222c6b272af6472bc568b7d2ec (diff) | |
download | vdr-ea5e373df60f4c9bd138c264f8a5cd257d6e233f.tar.gz vdr-ea5e373df60f4c9bd138c264f8a5cd257d6e233f.tar.bz2 |
Updated 'sources.conf'
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 3.5 2013/10/20 09:32:23 kls Exp $ + * $Id: config.h 3.6 2014/01/07 09:03:29 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.1.3" -#define VDRVERSNUM 20103 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.1.4" +#define VDRVERSNUM 20104 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.1.3" -#define APIVERSNUM 20103 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.1.4" +#define APIVERSNUM 20104 // 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 |