From 78337f5933f073db6d0459dd824813877f02ae09 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Fri, 1 May 2020 12:08:12 +0200 Subject: [PATCH] Update Minor Version --- softhdcuvid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index 38fcc13..8a7d239 100644 --- a/softhdcuvid.cpp +++ b/softhdcuvid.cpp @@ -61,7 +61,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 = "3.1.0" +static const char *const VERSION = "3.1.1" #ifdef GIT_REV "-GIT" GIT_REV #endif