diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-23 09:08:21 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-06-23 09:08:21 +0200 |
commit | 9ebd38230c2a1b4e3e5c61d66e8b70a89293b1f3 (patch) | |
tree | 99ba054a6ad6476f79f117b7e6f6d015d3e969af /config.h | |
parent | 549a26af276a84cad4c99feaad7d1cafa6baf277 (diff) | |
download | vdr-9ebd38230c2a1b4e3e5c61d66e8b70a89293b1f3.tar.gz vdr-9ebd38230c2a1b4e3e5c61d66e8b70a89293b1f3.tar.bz2 |
Fixed a name clash between skincurses.c and the new cOsd position functions
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.291 2007/06/13 06:38:33 kls Exp $ + * $Id: config.h 1.292 2007/06/23 09:06:24 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.5.4" -#define VDRVERSNUM 10504 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.5.5" +#define VDRVERSNUM 10505 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.5.4" -#define APIVERSNUM 10504 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.5.5" +#define APIVERSNUM 10505 // 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 |