diff options
| author | Hein-Pieter van Braam | 2018-06-01 18:19:33 +0200 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-06-01 18:19:33 +0200 |
| commit | d24f77be99321d857285daddac0dda7128e348ed (patch) | |
| tree | e690daf6ffb91aa1890bbd3740927f3e78134711 /modules/gdnative | |
| parent | f697b53eba3819a99200ed84f72cc1a8b97ed159 (diff) | |
| download | godot-d24f77be99321d857285daddac0dda7128e348ed.tar.gz godot-d24f77be99321d857285daddac0dda7128e348ed.tar.zst godot-d24f77be99321d857285daddac0dda7128e348ed.zip | |
Fix documentation version strings
Diffstat (limited to 'modules/gdnative')
| -rw-r--r-- | modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml | 2 | ||||
| -rw-r--r-- | modules/gdnative/doc_classes/GDNative.xml | 2 | ||||
| -rw-r--r-- | modules/gdnative/doc_classes/GDNativeLibrary.xml | 2 | ||||
| -rw-r--r-- | modules/gdnative/doc_classes/NativeScript.xml | 2 | ||||
| -rw-r--r-- | modules/gdnative/doc_classes/PluginScript.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml b/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml index 9a542d351..d227cb394 100644 --- a/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml +++ b/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="ARVRInterfaceGDNative" inherits="ARVRInterface" category="Core" version="3.0.2"> +<class name="ARVRInterfaceGDNative" inherits="ARVRInterface" category="Core" version="3.0.3"> <brief_description> GDNative wrapper for an ARVR interface </brief_description> diff --git a/modules/gdnative/doc_classes/GDNative.xml b/modules/gdnative/doc_classes/GDNative.xml index e39149060..7dfa82c49 100644 --- a/modules/gdnative/doc_classes/GDNative.xml +++ b/modules/gdnative/doc_classes/GDNative.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="GDNative" inherits="Reference" category="Core" version="3.0.2"> +<class name="GDNative" inherits="Reference" category="Core" version="3.0.3"> <brief_description> </brief_description> <description> diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index f2e373911..af887c279 100644 --- a/modules/gdnative/doc_classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="GDNativeLibrary" inherits="Resource" category="Core" version="3.0.2"> +<class name="GDNativeLibrary" inherits="Resource" category="Core" version="3.0.3"> <brief_description> </brief_description> <description> diff --git a/modules/gdnative/doc_classes/NativeScript.xml b/modules/gdnative/doc_classes/NativeScript.xml index 0fa0f6c3a..828686618 100644 --- a/modules/gdnative/doc_classes/NativeScript.xml +++ b/modules/gdnative/doc_classes/NativeScript.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="NativeScript" inherits="Script" category="Core" version="3.0.2"> +<class name="NativeScript" inherits="Script" category="Core" version="3.0.3"> <brief_description> </brief_description> <description> diff --git a/modules/gdnative/doc_classes/PluginScript.xml b/modules/gdnative/doc_classes/PluginScript.xml index 00575e548..4474edde2 100644 --- a/modules/gdnative/doc_classes/PluginScript.xml +++ b/modules/gdnative/doc_classes/PluginScript.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="PluginScript" inherits="Script" category="Core" version="3.0.2"> +<class name="PluginScript" inherits="Script" category="Core" version="3.0.3"> <brief_description> </brief_description> <description> |
