From a453807abfae5156252aa2bc3be7338292b5fbe3 Mon Sep 17 00:00:00 2001 From: Lin Kayser Date: Wed, 7 Feb 2024 20:07:33 +0400 Subject: [PATCH] Updated required runtime version to 1.3 --- PicoGK__Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PicoGK__Config.cs b/PicoGK__Config.cs index 1f3259c..cad13bb 100644 --- a/PicoGK__Config.cs +++ b/PicoGK__Config.cs @@ -39,7 +39,7 @@ public partial class Config { // PicoGK Runtime to load - public const string strPicoGKLib = "picogk.1.2"; // dll or dylib + public const string strPicoGKLib = "picogk.1.3"; // dll or dylib // if you want to load it from a specific location instead of // a standard system path, you can specify it as well