Skip to content

Commit 42cb5ef

Browse files
Revert compatibility_minimum change
Since 4.2 is still compatible with 4.1, the minimum compatibility can remain 4.1.
1 parent 63adb26 commit 42cb5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/gdextension/gdextension_cpp_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ loaded for each platform and the entry function for the module. It is called ``g
363363
[configuration]
364364
365365
entry_symbol = "example_library_init"
366-
compatibility_minimum = "4.2"
366+
compatibility_minimum = "4.1"
367367
368368
[libraries]
369369

0 commit comments

Comments
 (0)