From 06bdeb97dc245912998d42a8c001d83dcc557e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 5 Aug 2022 11:42:08 +0200 Subject: [PATCH] Clarify that `master` here tracks `3.x` upstream (#764) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a41064..c52d43dc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ be used with [Godot Engine](https://godotengine.org), the open source ## Godot versions -- The [`master`](https://github.com/godotengine/godot-demo-projects) branch is compatible with the latest Godot version (currently 4.0 alpha). +- The [`master`](https://github.com/godotengine/godot-demo-projects) branch is compatible with Godot's `3.x` branch. +- The [`4.0-dev`](https://github.com/godotengine/godot-demo-projects/tree/4.0-dev) branch is compatible with Godot's `master` branch (currently 4.0-alpha). - If you are using an older version of Godot, use the appropriate branch for your Godot version: - [`3.4`](https://github.com/godotengine/godot-demo-projects/tree/3.4)