From 9874cad4d07464722276366d369d20034c6db1a4 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 13 Sep 2025 08:25:04 +0200 Subject: [PATCH] Update 4.4 to 4.5 --- engine_details/development/compiling/getting_source.rst | 8 ++++---- index.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/engine_details/development/compiling/getting_source.rst b/engine_details/development/compiling/getting_source.rst index ea49d29fa..55312234c 100644 --- a/engine_details/development/compiling/getting_source.rst +++ b/engine_details/development/compiling/getting_source.rst @@ -44,11 +44,11 @@ after the ``--branch`` (or just ``-b``) argument: :: - # Clone the continuously maintained stable branch (`4.4` as of writing). - git clone https://github.com/godotengine/godot.git -b 4.4 + # Clone the continuously maintained stable branch (`4.5` as of writing). + git clone https://github.com/godotengine/godot.git -b 4.5 - # Clone the `4.4-stable` tag. This is a fixed revision that will never change. - git clone https://github.com/godotengine/godot.git -b 4.4-stable + # Clone the `4.5-stable` tag. This is a fixed revision that will never change. + git clone https://github.com/godotengine/godot.git -b 4.5-stable # After cloning, optionally go to a specific commit. # This can be used to access the source code at a specific point in time, diff --git a/index.rst b/index.rst index 614af39b1..ed2436f18 100644 --- a/index.rst +++ b/index.rst @@ -1,6 +1,6 @@ :allow_comments: False -Godot Docs – *4.4* branch +Godot Docs – *4.5* branch ========================= .. only:: not i18n