Skip to content

Commit 99eed10

Browse files
committed
Update Getting Source to use 4.4-stable in example
1 parent bcb8454 commit 99eed10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contributing/development/compiling/getting_source.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ You can then download and extract the source from the download link on the page.
4242
With ``git``, you can also clone a stable release by specifying its branch or tag
4343
after 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,

0 commit comments

Comments
 (0)