summaryrefslogtreecommitdiff
path: root/duplicates.c
diff options
context:
space:
mode:
authorTimo Eskola <timo@tolleri.net>2015-09-08 10:16:20 +0300
committerTimo Eskola <timo@tolleri.net>2015-09-08 10:16:20 +0300
commit2769fb304faf240f2be085f87ca7067bbd4c5824 (patch)
treec78cf22ecb587e0ca63567906b72a8cd0378f1dd /duplicates.c
parent5dbd7f50b1466e6628663a100f39cdda32b5e412 (diff)
downloadvdr-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.c2
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");