mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Fix formatting of compatibility_minimum examples
Without quotes the values is parsed as a float, breaking in various
cases.
(cherry picked from commit b3596a18e1)
This commit is contained in:
committed by
David Snopek
parent
63755b2a32
commit
c3771fb065
@@ -1,7 +1,7 @@
|
||||
[configuration]
|
||||
|
||||
entry_symbol = "example_library_init"
|
||||
compatibility_minimum = 4.1
|
||||
compatibility_minimum = "4.1"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user