From e5c48a4bb7ecf4afa033fd98c93f21ac05ece9cd Mon Sep 17 00:00:00 2001 From: jojo61 Date: Sun, 23 Apr 2023 11:09:08 +0200 Subject: [PATCH] Update Version --- softhdcuvid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index fcd658c..94e3bb8 100644 --- a/softhdcuvid.cpp +++ b/softhdcuvid.cpp @@ -61,7 +61,7 @@ extern void ToggleLUT(); /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "3.10" +static const char *const VERSION = "3.11" #ifdef GIT_REV "-GIT" GIT_REV #endif