Update target Godot version: 3.3.2-stable -> 3.4.4-stable

Also apply automatic updates to .import files after opening project in
3.4.4 editor.
This commit is contained in:
Leroy Hopson 2022-05-22 11:37:22 +07:00
parent 3fdc9ef27e
commit f0bd70cb3e
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 8 additions and 17 deletions

View file

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Linux binaries now support systems with older GLIBC versions. By building the
binaries inside a docker container with an older GLIBC version, the minimum
required GLIBC version is now 2.17 which was released in 2012.
- Target Godot version from 3.3.2-stable -> 3.4.4-stable.
### Fixed
- The `kill()` method of unix PTY node can now be called without error as the underlying