summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-04-27 10:18:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-04-27 10:18:08 +0200
commitcffde6ee0951c4ced016860901f942b674eed1c1 (patch)
tree08c40510667bbc48ca5f3c420bfef5b4ddfdc91e /config.h
parent2266b0e633f209bcfe3f4c02a212c07131207fdc (diff)
downloadvdr-cffde6ee0951c4ced016860901f942b674eed1c1.tar.gz
vdr-cffde6ee0951c4ced016860901f942b674eed1c1.tar.bz2
Fixed multiple occurrences of the same directory in the recordings list in case there are directories that only differ in non-alphanumeric characters
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 4150aa73..d99e2d17 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.1 2013/04/05 10:41:32 kls Exp $
+ * $Id: config.h 2.76.1.2 2013/04/27 10:18:08 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,8 +22,8 @@
// VDR's own version number:
-#define VDRVERSION "2.0.1"
-#define VDRVERSNUM 20001 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "2.0.2"
+#define VDRVERSNUM 20002 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: