File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
contributing/development/compiling Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ You can then download and extract the source from the download link on the page.
4242With ``git ``, you can also clone a stable release by specifying its branch or tag
4343after the ``--branch `` (or just ``-b ``) argument::
4444
45- # Clone the continuously maintained stable branch (`4.3 ` as of writing).
46- git clone https://github.com/godotengine/godot.git -b 4.3
45+ # Clone the continuously maintained stable branch (`4.4 ` as of writing).
46+ git clone https://github.com/godotengine/godot.git -b 4.4
4747
48- # Clone the `4.3 -stable` tag. This is a fixed revision that will never change.
49- git clone https://github.com/godotengine/godot.git -b 4.3 -stable
48+ # Clone the `4.4 -stable` tag. This is a fixed revision that will never change.
49+ git clone https://github.com/godotengine/godot.git -b 4.4 -stable
5050
5151 # After cloning, optionally go to a specific commit.
5252 # This can be used to access the source code at a specific point in time,
You can’t perform that action at this time.
0 commit comments