diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-13 11:18:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-09-13 11:18:53 +0200 |
commit | cc16e9fdc73bcba6cc5fb677111cf76fcbc6a2c7 (patch) | |
tree | 69b2692a52acf158ab60161e6aa7a6076d28d44e /config.h | |
parent | e775f25add85c3c36df7e8601fbd472c8fbd2b09 (diff) | |
download | vdr-cc16e9fdc73bcba6cc5fb677111cf76fcbc6a2c7.tar.gz vdr-cc16e9fdc73bcba6cc5fb677111cf76fcbc6a2c7.tar.bz2 |
If regenerating an index file fails and no data is written to the file, VDR now reports this error and removes the empty index file
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.51 2012/09/09 12:57:33 kls Exp $ + * $Id: config.h 2.52 2012/09/13 11:12:07 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.7.30" -#define VDRVERSNUM 10730 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.7.31" +#define VDRVERSNUM 10731 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.7.30" -#define APIVERSNUM 10730 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.31" +#define APIVERSNUM 10731 // 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 |