From cffde6ee0951c4ced016860901f942b674eed1c1 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 27 Apr 2013 10:18:08 +0200 Subject: Fixed multiple occurrences of the same directory in the recordings list in case there are directories that only differ in non-alphanumeric characters --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') 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: -- cgit v1.2.3