diff options
author | Timo Eskola <timo@tolleri.net> | 2018-08-30 09:01:53 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-08-30 09:01:53 +0300 |
commit | 6ebc202bb2440f881b862b5b4ee26749a1a337fc (patch) | |
tree | b5fbc1dffa3a3d291cbbc136a2b00c9593e98a9a /duplicates.c | |
parent | 0a79f79184c189aebd5e8776109a8893fb4673c5 (diff) | |
download | vdr-plugin-duplicates-6ebc202bb2440f881b862b5b4ee26749a1a337fc.tar.gz vdr-plugin-duplicates-6ebc202bb2440f881b862b5b4ee26749a1a337fc.tar.bz2 |
Updated version
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 254e272..3b4a656 100644 --- a/duplicates.c +++ b/duplicates.c @@ -12,7 +12,7 @@ #include "menu.h" #include "visibility.h" -static const char *VERSION = "0.2.0"; +static const char *VERSION = "0.2.1"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); |