From b510de5728ab107683c19ed024f42370a5e4ccf6 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Mon, 10 Dec 2018 13:14:46 +0100 Subject: [PATCH] V1.1.0 --- softhdcuvid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index 4bc18b9..35f13e4 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 = "1.0.0" +static const char *const VERSION = "1.1.0" #ifdef GIT_REV "-GIT" GIT_REV #endif