diff options
author | Timo Eskola <timo@tolleri.net> | 2018-08-29 12:39:44 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2018-08-29 12:39:44 +0300 |
commit | 9dea9d4c4d5f7b24279ca635799a5431ad0d139e (patch) | |
tree | c30a074b18642c4f0d1efee41b90f5cc15808493 | |
parent | 50fc151616febc1294e26c23ccd0d093ed83341d (diff) | |
download | vdr-plugin-duplicates-9dea9d4c4d5f7b24279ca635799a5431ad0d139e.tar.gz vdr-plugin-duplicates-9dea9d4c4d5f7b24279ca635799a5431ad0d139e.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 8098d85..254e272 100644 --- a/duplicates.c +++ b/duplicates.c @@ -12,7 +12,7 @@ #include "menu.h" #include "visibility.h" -static const char *VERSION = "0.2.0-SNAPSHOT"; +static const char *VERSION = "0.2.0"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); |