Skip to content

Commit

Permalink
Merge pull request #9182 from msmith-codes/patch-1
Browse files Browse the repository at this point in the history
Updated GDExtension to most recent version.
  • Loading branch information
mhilbrunner committed Apr 5, 2024
2 parents 0bbf422 + 1ef005b commit f0f255f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/scripting/gdextension/gdextension_cpp_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ a Git submodule:
mkdir gdextension_cpp_example
cd gdextension_cpp_example
git init
git submodule add -b 4.1 https://github.com/godotengine/godot-cpp
git submodule add -b 4.2 https://github.com/godotengine/godot-cpp
cd godot-cpp
git submodule update --init
Expand All @@ -69,7 +69,7 @@ Alternatively, you can also clone it to the project folder:
mkdir gdextension_cpp_example
cd gdextension_cpp_example
git clone -b 4.1 https://github.com/godotengine/godot-cpp
git clone -b 4.2 https://github.com/godotengine/godot-cpp
.. note::

Expand Down Expand Up @@ -363,7 +363,7 @@ loaded for each platform and the entry function for the module. It is called ``g
[configuration]
entry_symbol = "example_library_init"
compatibility_minimum = "4.1"
compatibility_minimum = "4.2"
[libraries]
Expand Down

0 comments on commit f0f255f

Please sign in to comment.