diff options
author | Timo Eskola <timo@tolleri.net> | 2018-09-07 21:50:59 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-09-07 21:50:59 +0300 |
commit | 777fed530b2e12d41dd3eb3d0a0ff1be0c7a81c4 (patch) | |
tree | b003c7ee72e218ae38a6a5c673cc507fa1f94dcf | |
parent | 169e1700feef224417172ee48354fdd7c0f8374a (diff) | |
download | vdr-plugin-duplicates-vdr2.2.0.tar.gz vdr-plugin-duplicates-vdr2.2.0.tar.bz2 |
Updated version.vdr2.2.0
-rw-r--r-- | duplicates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicates.c b/duplicates.c index 3b4a656..14f0e2e 100644 --- a/duplicates.c +++ b/duplicates.c @@ -12,7 +12,7 @@ #include "menu.h" #include "visibility.h" -static const char *VERSION = "0.2.1"; +static const char *VERSION = "0.2.2"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); |