diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-03-27 14:36:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-03-27 14:36:40 +0100 |
commit | e2a2422151e148d32a3295676e0715876d54bb38 (patch) | |
tree | 47818f0da6ba614e86807b907f284931281713fa /config.h | |
parent | 84b386c4a10dc80202258ecdb09ab2451ba3fb47 (diff) | |
download | vdr-e2a2422151e148d32a3295676e0715876d54bb38.tar.gz vdr-e2a2422151e148d32a3295676e0715876d54bb38.tar.bz2 |
Added Macedonian language texts
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 2.25 2010/03/12 16:02:53 kls Exp $ + * $Id: config.h 2.26 2010/03/27 14:35:14 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.7.14" -#define VDRVERSNUM 10714 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.7.15" +#define VDRVERSNUM 10715 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.7.14" -#define APIVERSNUM 10714 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.15" +#define APIVERSNUM 10715 // 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 |