From 42cb5ef1ff65abd80572992e7fde0a409bc38b3f Mon Sep 17 00:00:00 2001 From: "Nathan T.A. Lewis" Date: Fri, 7 Jun 2024 20:07:15 -0600 Subject: [PATCH] Revert compatibility_minimum change Since 4.2 is still compatible with 4.1, the minimum compatibility can remain 4.1. --- tutorials/scripting/gdextension/gdextension_cpp_example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/gdextension/gdextension_cpp_example.rst b/tutorials/scripting/gdextension/gdextension_cpp_example.rst index 31364cc70..c3dc81af7 100644 --- a/tutorials/scripting/gdextension/gdextension_cpp_example.rst +++ b/tutorials/scripting/gdextension/gdextension_cpp_example.rst @@ -363,7 +363,7 @@ loaded for each platform and the entry function for the module. It is called ``g [configuration] entry_symbol = "example_library_init" - compatibility_minimum = "4.2" + compatibility_minimum = "4.1" [libraries]