summaryrefslogtreecommitdiffstats
path: root/modules/mono/doc_classes
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-07-05 22:58:30 +0200
committerYuri Sizov <yuris@humnom.net>2023-07-05 22:58:30 +0200
commitb7c2fd2e9a7f01644e15fef86083a3e0e0221e4d (patch)
treef0bf385c2bc485fa17dda183bc90a6dc364c3146 /modules/mono/doc_classes
parent8a847d82a8dd6ad2d9cfd1a38738dfc1fd4d0a13 (diff)
downloadredot-engine-b7c2fd2e9a7f01644e15fef86083a3e0e0221e4d.tar.gz
Bump version of module docs to 4.2
Diffstat (limited to 'modules/mono/doc_classes')
-rw-r--r--modules/mono/doc_classes/CSharpScript.xml2
-rw-r--r--modules/mono/doc_classes/GodotSharp.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml
index ab14c13811..45938b5a0b 100644
--- a/modules/mono/doc_classes/CSharpScript.xml
+++ b/modules/mono/doc_classes/CSharpScript.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="CSharpScript" inherits="Script" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
+<class name="CSharpScript" inherits="Script" version="4.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
A script implemented in the C# programming language, saved with the [code].cs[/code] extension (Mono-enabled builds only).
</brief_description>
diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml
index 76eefc4925..1c3aee3df2 100644
--- a/modules/mono/doc_classes/GodotSharp.xml
+++ b/modules/mono/doc_classes/GodotSharp.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="GodotSharp" inherits="Object" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
+<class name="GodotSharp" inherits="Object" version="4.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
Bridge between Godot and the Mono runtime (Mono-enabled builds only).
</brief_description>