1
0
Fork 0

Bump version to 3.4.6-rc

The 3.4 branch is EOL and there is no intention to actually release 3.4.6.

But as I'm backporting a few compilation and warning fixes to ensure the
branch still builds on CI and with recent compilers, the version needs to
be updated so it's not wrongly identifying itself as 3.4.5.stable.
This commit is contained in:
Rémi Verschelde 2024-11-05 21:37:01 +01:00
parent f9ac000d5d
commit 5f23165ccc
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ short_name = "godot"
name = "Godot Engine"
major = 3
minor = 4
patch = 5
status = "stable"
patch = 6
status = "rc"
module_config = ""
year = 2022
website = "https://godotengine.org"