diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-24 12:36:26 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-11-24 12:36:26 +0100 |
commit | 5be275d73b4aa50ceb95836b06224fcaed153771 (patch) | |
tree | 6b9af152b04d1b5aec68cda292f0c4b32a9e7f24 | |
parent | 4fed88afcfa9bd4b3f2e6f4b9a4b7fa43c3f595b (diff) | |
download | redot-cpp-5be275d73b4aa50ceb95836b06224fcaed153771.tar.gz |
gdextension: Sync with upstream commit d6a1db2b07595f80c0f19ab01c6b4d0b66002b18 (4.2-rc2)
-rw-r--r-- | gdextension/extension_api.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdextension/extension_api.json b/gdextension/extension_api.json index e8f02ed..d868c7f 100644 --- a/gdextension/extension_api.json +++ b/gdextension/extension_api.json @@ -3,9 +3,9 @@ "version_major": 4, "version_minor": 2, "version_patch": 0, - "version_status": "rc1", + "version_status": "rc2", "version_build": "official", - "version_full_name": "Godot Engine v4.2.rc1.official" + "version_full_name": "Godot Engine v4.2.rc2.official" }, "builtin_class_sizes": [ { |