diff options
| author | Rémi Verschelde | 2018-01-13 11:43:06 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-13 11:43:42 +0100 |
| commit | e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1 (patch) | |
| tree | 637aeab456e2bf68fc0482ee7317bb5d86b22243 /modules/mono | |
| parent | 7de3a114699fa31c8ab0ae8a5c95ef8e1113a090 (diff) | |
| download | godot-e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1.tar.gz godot-e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1.tar.zst godot-e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1.zip | |
doc: Update version string in XML
Diffstat (limited to 'modules/mono')
| -rw-r--r-- | modules/mono/doc_classes/@C#.xml | 2 | ||||
| -rw-r--r-- | modules/mono/doc_classes/CSharpScript.xml | 2 | ||||
| -rw-r--r-- | modules/mono/doc_classes/GodotSharp.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/mono/doc_classes/@C#.xml b/modules/mono/doc_classes/@C#.xml index 5fcbf36a2..a9dccea3c 100644 --- a/modules/mono/doc_classes/@C#.xml +++ b/modules/mono/doc_classes/@C#.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="@C#" category="Core" version="3.0-beta"> +<class name="@C#" category="Core" version="3.0-rc1"> <brief_description> </brief_description> <description> diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml index 853ef2873..9a3631d2f 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" category="Core" version="3.0-beta"> +<class name="CSharpScript" inherits="Script" category="Core" version="3.0-rc1"> <brief_description> </brief_description> <description> diff --git a/modules/mono/doc_classes/GodotSharp.xml b/modules/mono/doc_classes/GodotSharp.xml index 2696a0bb4..219d041b6 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" category="Core" version="3.0-beta"> +<class name="GodotSharp" inherits="Object" category="Core" version="3.0-rc1"> <brief_description> </brief_description> <description> |
