summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-13 11:18:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-13 11:18:53 +0200
commitcc16e9fdc73bcba6cc5fb677111cf76fcbc6a2c7 (patch)
tree69b2692a52acf158ab60161e6aa7a6076d28d44e /config.h
parente775f25add85c3c36df7e8601fbd472c8fbd2b09 (diff)
downloadvdr-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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index a58b75c7..c0b69830 100644
--- a/config.h
+++ b/config.h
@@ -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