Browse Source

Enclose .gdextension's compatibility_minimum in quotes to avoid parse errors if extended to unquoted x.y.z format.

Fixes #7864
dashdotdashdot 2 years ago
parent
commit
0583b2b6b6
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

@@ -359,7 +359,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.1
+    compatibility_minimum = "4.1"
 
     [libraries]