diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-03 13:25:22 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-03 13:25:22 +0100 |
commit | 78c1fee7f891e9e10cd7b617ef920b6df34d0d1f (patch) | |
tree | 4c8ecfb8cbd5d7c19f9717acf2387ea1ce5b12dc /config.h | |
parent | 0432198e0b3fb7f77711a2ccb832cdc6c092df58 (diff) | |
download | vdr-78c1fee7f891e9e10cd7b617ef920b6df34d0d1f.tar.gz vdr-78c1fee7f891e9e10cd7b617ef920b6df34d0d1f.tar.bz2 |
Now checking for NULL in cOsd::AddPixmap()
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.43 2012/02/29 12:28:01 kls Exp $ + * $Id: config.h 2.44 2012/03/03 13:25:22 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.7.25" -#define VDRVERSNUM 10725 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.7.26" +#define VDRVERSNUM 10726 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.7.25" -#define APIVERSNUM 10725 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.26" +#define APIVERSNUM 10726 // 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 |