diff options
| author | Chris Cranford <chris@hibernate.org> | 2024-08-15 05:53:22 -0400 |
|---|---|---|
| committer | Chris Cranford <chris@hibernate.org> | 2024-08-15 05:53:22 -0400 |
| commit | 2e4c350b838a22f5ce566534122857fc356523da (patch) | |
| tree | 7995a76559411728533335554118864168842763 | |
| parent | 9b98377a62ae456b0ee082062dbe98d1a13e7bda (diff) | |
| download | redot-cpp-2e4c350b838a22f5ce566534122857fc356523da.tar.gz | |
gdextension: Sync with upstream commit 77dcf97d82cbfe4e4615475fa52ca03da645dbd8 (4.3-stable)
| -rw-r--r-- | gdextension/extension_api.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdextension/extension_api.json b/gdextension/extension_api.json index c9c7e92..10c2f34 100644 --- a/gdextension/extension_api.json +++ b/gdextension/extension_api.json @@ -3,9 +3,9 @@ "version_major": 4, "version_minor": 3, "version_patch": 0, - "version_status": "rc3", + "version_status": "stable", "version_build": "official", - "version_full_name": "Godot Engine v4.3.rc3.official" + "version_full_name": "Godot Engine v4.3.stable.official" }, "builtin_class_sizes": [ { @@ -29907,7 +29907,6 @@ { "type": "bool", "name": "capture_included", - "setter": "_set_capture_included", "getter": "is_capture_included" } ] |
