diff options
author | Timo Eskola <timo@tolleri.net> | 2018-09-07 21:49:24 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-09-07 21:49:24 +0300 |
commit | 1ec4bc9a669072ce536433fd9fc38b5223f3f3c7 (patch) | |
tree | 9f1ebce60b65efbc07d02133ae5903dd2cea7379 | |
parent | 1319c9dfac793756aa84fa584fbe65908dd374fa (diff) | |
download | vdr-plugin-duplicates-1ec4bc9a669072ce536433fd9fc38b5223f3f3c7.tar.gz vdr-plugin-duplicates-1ec4bc9a669072ce536433fd9fc38b5223f3f3c7.tar.bz2 |
Updated version.
-rw-r--r-- | duplicates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicates.c b/duplicates.c index c1c5f12..7ffbeff 100644 --- a/duplicates.c +++ b/duplicates.c @@ -12,7 +12,7 @@ #include "menu.h" #include "recording.h" -static const char *VERSION = "1.0.0-SNAPSHOT"; +static const char *VERSION = "1.0.0"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); |