瀏覽代碼

Merge pull request #11287 from mhilbrunner/update-4.5

Update 4.4 to 4.5
Max Hilbrunner 10 小時之前
父節點
當前提交
e10d6ac079
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 4 4
      engine_details/development/compiling/getting_source.rst
  2. 1 1
      index.rst

+ 4 - 4
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.
     # After cloning, optionally go to a specific commit.
     # This can be used to access the source code at a specific point in time,
     # This can be used to access the source code at a specific point in time,

+ 1 - 1
index.rst

@@ -1,6 +1,6 @@
 :allow_comments: False
 :allow_comments: False
 
 
-Godot Docs – *4.4* branch
+Godot Docs – *4.5* branch
 =========================
 =========================
 
 
 .. only:: not i18n
 .. only:: not i18n