diff options
author | Timo Eskola <timo@tolleri.net> | 2015-09-08 10:16:20 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2015-09-08 10:16:20 +0300 |
commit | 2769fb304faf240f2be085f87ca7067bbd4c5824 (patch) | |
tree | c78cf22ecb587e0ca63567906b72a8cd0378f1dd /duplicates.c | |
parent | 5dbd7f50b1466e6628663a100f39cdda32b5e412 (diff) | |
download | vdr-plugin-duplicates-2769fb304faf240f2be085f87ca7067bbd4c5824.tar.gz vdr-plugin-duplicates-2769fb304faf240f2be085f87ca7067bbd4c5824.tar.bz2 |
Version 0.0.3:
- Improved comparison algorithm.
- Added German translations provided by flex0r.
Diffstat (limited to 'duplicates.c')
-rw-r--r-- | duplicates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicates.c b/duplicates.c index e649c6a..6f58b23 100644 --- a/duplicates.c +++ b/duplicates.c @@ -10,7 +10,7 @@ #include <vdr/plugin.h> #include "menu.h" -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.0.3"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); |