summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-08-21 13:46:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-08-21 13:46:13 +0200
commitacdfbb5aadea58af8c74011bb19ae05dfdd08d89 (patch)
treecea5b7058bac0ab27660df6394d211843f5e7867 /config.h
parentcd53d57779d9d93fbd96adb86e01690ff4dcbaf5 (diff)
downloadvdr-acdfbb5aadea58af8c74011bb19ae05dfdd08d89.tar.gz
vdr-acdfbb5aadea58af8c74011bb19ae05dfdd08d89.tar.bz2
Fixed asserting free disk space in the cutter
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index d99e2d17..f646f792 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.76.1.2 2013/04/27 10:18:08 kls Exp $
+ * $Id: config.h 2.76.1.3 2013/08/21 13:44:59 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,8 +22,8 @@
// VDR's own version number:
-#define VDRVERSION "2.0.2"
-#define VDRVERSNUM 20002 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "2.0.3"
+#define VDRVERSNUM 20003 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: