Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,8 @@ This repository contains the *C++ bindings* for the [**Godot Engine**](https://

## Versioning

> [!WARNING]
>
> The master branch of godot-cpp (version 10.x) is currently in Beta. You may prefer to choose a previous version to build on top of instead:
> - [`4.5`](https://github.com/godotengine/godot-cpp/tree/4.5)
> - [`godot-4.5-stable`](https://github.com/godotengine/godot-cpp/tree/godot-4.5-stable)
> - [`3.x`](https://github.com/godotengine/godot-cpp/tree/3.x)

Starting with version 10.x, godot-cpp is versioned independently from Godot.
Using the `api_version` parameter (see below), godot-cpp v10 can target Godot 4.3 or later (including 4.6).

Until we have a stable release branch, you can use the `master` branch (v10), or choose any of the previous
version branches and tags for your project.
Using the `api_version` parameter (see below), godot-cpp v10 can target Godot 4.3 or later.

## Compatibility

Expand Down