diff options
| author | Rémi Verschelde | 2017-11-15 18:37:54 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-15 20:41:16 +0100 |
| commit | 967bfb0c4a1db5adb10d40f66bb8542ec25e1694 (patch) | |
| tree | 6875f0de190ff46819becf9fe4a7736cbfea87c8 /modules/gdnative/doc_classes/GDNativeLibrary.xml | |
| parent | 4d08e7c4204ff3fa0e17e0de7e5a08ef03968202 (diff) | |
| download | godot-967bfb0c4a1db5adb10d40f66bb8542ec25e1694.tar.gz godot-967bfb0c4a1db5adb10d40f66bb8542ec25e1694.tar.zst godot-967bfb0c4a1db5adb10d40f66bb8542ec25e1694.zip | |
doc: Remove revision.module_config from version string
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}",
limits unnecessary diffs.
Diffstat (limited to '')
| -rw-r--r-- | modules/gdnative/doc_classes/GDNativeLibrary.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index 361c89e6b..dcb1fedb2 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.alpha.custom_build"> +<class name="GDNativeLibrary" inherits="Resource" category="Core" version="3.0-alpha"> <brief_description> </brief_description> <description> |
