diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-03-08 16:40:01 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-03-08 16:40:01 +0100 |
commit | 735fb20ac6bba137423eabf8eb49ec59dc207d84 (patch) | |
tree | a3a452252e26773e59b0c0468cc8a87ff2853e45 /config.h | |
parent | a429eefbe723a992edff8a9d60502fa62f01b71e (diff) | |
download | vdr-735fb20ac6bba137423eabf8eb49ec59dc207d84.tar.gz vdr-735fb20ac6bba137423eabf8eb49ec59dc207d84.tar.bz2 |
Added cOsd::MaxPixmapSize()
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.21 2015/02/17 13:11:00 kls Exp $ + * $Id: config.h 4.1 2015/02/21 14:59:27 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.2.0" -#define VDRVERSNUM 20200 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.3.1" +#define VDRVERSNUM 20301 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.2.0" -#define APIVERSNUM 20200 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.3.1" +#define APIVERSNUM 20301 // 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 |