Skip to content

Commit b0f9ca7

Browse files
committed
Merge pull request #808 from Calinou/readme-add-branch-warning
Add a more prominent warning about repository branches in README
2 parents 2eb375e + 624aeae commit b0f9ca7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# godot-cpp
22

3+
> **Warning**
4+
>
5+
> This repository's `master` branch is only usable with Godot 4.0 ([GDExtension](https://godotengine.org/article/introducing-gd-extensions)).
6+
>
7+
> Switch to the [`3.5` branch](https://github.com/godotengine/godot-cpp/tree/3.5)
8+
> if using Godot 3.5.x with GDNative,
9+
> or the [`3.x` branch](https://github.com/godotengine/godot-cpp/tree/3.x)
10+
> if using the Godot 3.x development branch with GDNative.
11+
312
This repository contains the *C++ bindings* for the [**Godot Engine**](https://github.com/godotengine/godot)'s GDExtensions API.
413

514
- [**Versioning**](#versioning)

0 commit comments

Comments
 (0)