Skip to content

Commit 0583b2b

Browse files
Enclose .gdextension's compatibility_minimum in quotes to avoid parse errors if extended to unquoted x.y.z format.
Fixes godotengine#7864
1 parent 010d41e commit 0583b2b

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
@@ -359,7 +359,7 @@ loaded for each platform and the entry function for the module. It is called ``g
359359
[configuration]
360360
361361
entry_symbol = "example_library_init"
362-
compatibility_minimum = 4.1
362+
compatibility_minimum = "4.1"
363363
364364
[libraries]
365365

0 commit comments

Comments
 (0)