Skip to content

Commit

Permalink
Bump version to 3.6-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Jul 2, 2024
1 parent 47a2783 commit cfc4a0e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion misc/dist/html/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2 id="welcome-modal-title" class="welcome-modal-title">Important - Please read
<br />
<button class="btn" onclick="clearPersistence()" style="margin-bottom: 1.5rem">Clear persistent data</button>
<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 id="tab-editor" style="display: none;">
Expand Down
2 changes: 1 addition & 1 deletion modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public enum EulerOrder
/// orthogonal to each other, but are not necessarily normalized (due to scaling).
///
/// 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>
[Serializable]
[StructLayout(LayoutKind.Sequential)]
Expand Down
2 changes: 1 addition & 1 deletion modules/mono/glue/GodotSharp/GodotSharp/Core/Transform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Godot
/// <see cref="Vector3"/> for the origin (last column).
///
/// 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>
[Serializable]
[StructLayout(LayoutKind.Sequential)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Godot
/// It consists of a three <see cref="Vector2"/> values: x, y, and the origin.
///
/// 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>
[Serializable]
[StructLayout(LayoutKind.Sequential)]
Expand Down
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
major = 3
minor = 6
patch = 0
status = "beta"
status = "rc"
module_config = ""
year = 2024
website = "https://godotengine.org"
docs = "3.5"
docs = "3.6"

0 comments on commit cfc4a0e

Please sign in to comment.