diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-13 06:38:33 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-13 06:38:33 +0200 |
commit | 824b974b812903dea368f3a1b8ba70a40cdc96f7 (patch) | |
tree | 84191b34857e0b0a1d28fd0563b231c0274d355e /config.h | |
parent | 02d34e065723b308941a013d901619bf14d18c4e (diff) | |
download | vdr-824b974b812903dea368f3a1b8ba70a40cdc96f7.tar.gz vdr-824b974b812903dea368f3a1b8ba70a40cdc96f7.tar.bz2 |
Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3)
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 1.290 2007/06/02 11:22:17 kls Exp $ + * $Id: config.h 1.291 2007/06/13 06:38:33 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.5.3" -#define VDRVERSNUM 10503 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.5.4" +#define VDRVERSNUM 10504 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.5.1" -#define APIVERSNUM 10501 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.5.4" +#define APIVERSNUM 10504 // 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 |