diff --git a/.godot-version b/.godot-version index 80ef135..515be8f 100644 --- a/.godot-version +++ b/.godot-version @@ -1 +1 @@ -4.4-beta3 +4.4 diff --git a/README.md b/README.md index 33f1972..c9289ca 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ git clone --recurse-submodules
git submodule update --init --recursive ``` -Using Godot v4.4 beta3 (expect it to change often until 4.4 is released) +Using Godot v4.4. Install SCons with `pipx install scons`. You will need a C++ compiler, you might have one already on Linux, see below for Windows, otherwise in [Godot documentation](https://docs.godotengine.org/en/stable/contributing/development/compiling/index.html).