diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-11 10:08:21 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-11 10:08:21 +0100 |
commit | 169bfc012856ef0d7d86734c922cd49ea1dfe2e5 (patch) | |
tree | 7617860e2caa80526fdff840b233c69718a27de5 /config.h | |
parent | 03658cd48043c0efdede21718d06aceec0c6b93e (diff) | |
download | vdr-169bfc012856ef0d7d86734c922cd49ea1dfe2e5.tar.gz vdr-169bfc012856ef0d7d86734c922cd49ea1dfe2e5.tar.bz2 |
Changed the type of the TimerMatch parameter in cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent'
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.57 2012/12/05 11:33:20 kls Exp $ + * $Id: config.h 2.58 2012/12/11 09:59:16 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.7.33" -#define VDRVERSNUM 10733 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.7.34" +#define VDRVERSNUM 10734 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.7.33" -#define APIVERSNUM 10733 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.34" +#define APIVERSNUM 10734 // 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 |