Browse Source

Revert compatibility_minimum change

Since 4.2 is still compatible with 4.1, the minimum compatibility can remain 4.1.
Nathan T.A. Lewis 1 year ago
parent
commit
42cb5ef1ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/scripting/gdextension/gdextension_cpp_example.rst

+ 1 - 1
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]
     [configuration]
 
 
     entry_symbol = "example_library_init"
     entry_symbol = "example_library_init"
-    compatibility_minimum = "4.2"
+    compatibility_minimum = "4.1"
 
 
     [libraries]
     [libraries]