Skip to content
  • Sponsor godotengine/godot-cpp

  • Notifications You must be signed in to change notification settings
  • Fork 650

Commit fbbf9ec

Browse files
authoredAug 15, 2024··
Merge pull request #1550 from Naros/sync-4.3-stable
gdextension: Sync with upstream commit 77dcf97d82cbfe4e4615475fa52ca03da645dbd8 (4.3-stable)
2 parents 9b98377 + 2e4c350 commit fbbf9ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎gdextension/extension_api.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version_major": 4,
44
"version_minor": 3,
55
"version_patch": 0,
6-
"version_status": "rc3",
6+
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.3.rc3.official"
8+
"version_full_name": "Godot Engine v4.3.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -29907,7 +29907,6 @@
2990729907
{
2990829908
"type": "bool",
2990929909
"name": "capture_included",
29910-
"setter": "_set_capture_included",
2991129910
"getter": "is_capture_included"
2991229911
}
2991329912
]

0 commit comments

Comments
 (0)
Please sign in to comment.