From 6fd279e69588c1883dff41dd8302fe7109dfc40b Mon Sep 17 00:00:00 2001 From: jojo61 Date: Sun, 18 Nov 2018 10:42:22 +0100 Subject: [PATCH] Version 1.0.0 --- softhdcuvid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index 129e89c..6e0e774 100644 --- a/softhdcuvid.cpp +++ b/softhdcuvid.cpp @@ -67,7 +67,7 @@ extern "C" /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "0.6.1rc1" +static const char *const VERSION = "1.0.0" #ifdef GIT_REV "-GIT" GIT_REV #endif