Bump version to 3.6-rc

This commit is contained in:
Rémi Verschelde 2024-07-02 13:06:42 +02:00
parent 47a27839cb
commit cfc4a0eff0
No known key found for this signature in database
GPG key ID: C3336907360768E1
5 changed files with 6 additions and 6 deletions

View file

@ -330,7 +330,7 @@
<br /> <br />
<button class="btn" onclick="clearPersistence()" style="margin-bottom: 1.5rem">Clear persistent data</button> <button class="btn" onclick="clearPersistence()" style="margin-bottom: 1.5rem">Clear persistent data</button>
<br /> <br />
<a href="https://docs.godotengine.org/en/3.5/tutorials/editor/using_the_web_editor.html">Web editor documentation</a> <a href="https://docs.godotengine.org/en/3.6/tutorials/editor/using_the_web_editor.html">Web editor documentation</a>
</div> </div>
</div> </div>
<div id="tab-editor" style="display: none;"> <div id="tab-editor" style="display: none;">

View file

@ -35,7 +35,7 @@ namespace Godot
/// orthogonal to each other, but are not necessarily normalized (due to scaling). /// orthogonal to each other, but are not necessarily normalized (due to scaling).
/// ///
/// For more information, read this documentation article: /// For more information, read this documentation article:
/// https://docs.godotengine.org/en/3.5/tutorials/math/matrices_and_transforms.html /// https://docs.godotengine.org/en/3.6/tutorials/math/matrices_and_transforms.html
/// </summary> /// </summary>
[Serializable] [Serializable]
[StructLayout(LayoutKind.Sequential)] [StructLayout(LayoutKind.Sequential)]

View file

@ -15,7 +15,7 @@ namespace Godot
/// <see cref="Vector3"/> for the origin (last column). /// <see cref="Vector3"/> for the origin (last column).
/// ///
/// For more information, read this documentation article: /// For more information, read this documentation article:
/// https://docs.godotengine.org/en/3.5/tutorials/math/matrices_and_transforms.html /// https://docs.godotengine.org/en/3.6/tutorials/math/matrices_and_transforms.html
/// </summary> /// </summary>
[Serializable] [Serializable]
[StructLayout(LayoutKind.Sequential)] [StructLayout(LayoutKind.Sequential)]

View file

@ -14,7 +14,7 @@ namespace Godot
/// It consists of a three <see cref="Vector2"/> values: x, y, and the origin. /// It consists of a three <see cref="Vector2"/> values: x, y, and the origin.
/// ///
/// For more information, read this documentation article: /// For more information, read this documentation article:
/// https://docs.godotengine.org/en/3.5/tutorials/math/matrices_and_transforms.html /// https://docs.godotengine.org/en/3.6/tutorials/math/matrices_and_transforms.html
/// </summary> /// </summary>
[Serializable] [Serializable]
[StructLayout(LayoutKind.Sequential)] [StructLayout(LayoutKind.Sequential)]

View file

@ -3,8 +3,8 @@ name = "Godot Engine"
major = 3 major = 3
minor = 6 minor = 6
patch = 0 patch = 0
status = "beta" status = "rc"
module_config = "" module_config = ""
year = 2024 year = 2024
website = "https://godotengine.org" website = "https://godotengine.org"
docs = "3.5" docs = "3.6"