From 1ec4bc9a669072ce536433fd9fc38b5223f3f3c7 Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Fri, 7 Sep 2018 21:49:24 +0300 Subject: Updated version. --- duplicates.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3