diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-27 10:18:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-27 10:18:08 +0200 |
commit | cffde6ee0951c4ced016860901f942b674eed1c1 (patch) | |
tree | 08c40510667bbc48ca5f3c420bfef5b4ddfdc91e /config.h | |
parent | 2266b0e633f209bcfe3f4c02a212c07131207fdc (diff) | |
download | vdr-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.h | 6 |
1 files changed, 3 insertions, 3 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.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: |