From 9682e5f9a3253ebc41466710cf2d74e5b1660bc0 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Sun, 19 Oct 2025 15:36:06 +0200 Subject: [PATCH] Update Version --- softhdcuvid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhdcuvid.cpp b/softhdcuvid.cpp index 78a87bf..da0051a 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.32" +static const char *const VERSION = "3.33" #ifdef GIT_REV "-GIT" GIT_REV #endif