diff options
author | Timo Eskola <timo@tolleri.net> | 2018-10-02 11:02:10 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-10-02 11:02:10 +0300 |
commit | 68739fd72beb9745b3e47b9e466311ef23a8ca97 (patch) | |
tree | 8ee07082c71e6fbcbde9e3f715e5ef2f720748d5 /duplicates.c | |
parent | eb2e8591e2e79ac456f0edabda644586ad6a520b (diff) | |
download | vdr-plugin-duplicates-68739fd72beb9745b3e47b9e466311ef23a8ca97.tar.gz vdr-plugin-duplicates-68739fd72beb9745b3e47b9e466311ef23a8ca97.tar.bz2 |
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 7ffbeff..3b62b82 100644 --- a/duplicates.c +++ b/duplicates.c @@ -12,7 +12,7 @@ #include "menu.h" #include "recording.h" -static const char *VERSION = "1.0.0"; +static const char *VERSION = "1.0.1"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); |