Skip to content

Commit c9d564d

Browse files
committed
Improve V10.0 explanation
1 parent b058594 commit c9d564d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This repository contains the *C++ bindings* for the [**Godot Engine**](https://
2222
> - [`godot-4.5-stable`](https://github.com/godotengine/godot-cpp/tree/godot-4.5-stable)
2323
> - [`3.x`](https://github.com/godotengine/godot-cpp/tree/3.x)
2424
25-
Starting with version 10.x, godot-cpp is versioned independently from Godot. The godot-cpp version you
26-
choose has no bearing on which Godot versions it is compatible with.
25+
Starting with version 10.x, godot-cpp is versioned independently from Godot.
26+
Using the `api_version` parameter (see below), godot-cpp v10 can target Godot 4.3 or later.
2727

28-
Until we have a stable release branch, you can use the `master` branch, or choose any of the previous
28+
Until we have a stable release branch, you can use the `master` branch (v10), or choose any of the previous
2929
version branches and tags for your project.
3030

3131
## Compatibility
@@ -37,7 +37,7 @@ in Godot 4.4, but one targeting Godot 4.4 won't work in Godot 4.3.
3737
You can specify which version you are targeting with the `api_version` option:
3838

3939
```
40-
scons api_version=4.3
40+
scons api_version=4.6
4141
```
4242

4343
... or by providing a custom `extension_api.json` generated by the Godot version you are

0 commit comments

Comments
 (0)