diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-03-22 14:25:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-03-22 14:25:46 +0100 |
commit | 23ea3dcb48ea4ad8d07a3558742aef08faff0c94 (patch) | |
tree | 2595111e218843f57a10254b7b0bc8e7e827e47d /config.h | |
parent | a4b8729e6af299a3f2eb4fa676e93cfd85778521 (diff) | |
download | vdr-23ea3dcb48ea4ad8d07a3558742aef08faff0c94.tar.gz vdr-23ea3dcb48ea4ad8d07a3558742aef08faff0c94.tar.bz2 |
No longer logging an error message in DirSizeMB() if the given directory doesn't exist
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.8 2014/02/25 10:00:23 kls Exp $ + * $Id: config.h 3.9 2014/03/22 14:23:44 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.1.6" -#define VDRVERSNUM 20106 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.1.7" +#define VDRVERSNUM 20107 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.1.6" -#define APIVERSNUM 20106 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.1.7" +#define APIVERSNUM 20107 // 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 |