diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-27 13:40:43 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-27 13:40:49 +0100 |
commit | 3fa77b3172c1c69b7bee9cdba4085c8947590e95 (patch) | |
tree | 74e713dd320d403f46137f7af7d0e77a7055683b /modules/gridmap/doc_classes/GridMap.xml | |
parent | 7d09e6540afdf69d3610661145d13090a3d9d18a (diff) |
doc: Remove status from hardcoded version string
It has no practical use case and just generates noise for each alpha, beta, etc.
Diffstat (limited to 'modules/gridmap/doc_classes/GridMap.xml')
-rw-r--r-- | modules/gridmap/doc_classes/GridMap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index 36d4d7cb59..bb652f3bdf 100644 --- a/modules/gridmap/doc_classes/GridMap.xml +++ b/modules/gridmap/doc_classes/GridMap.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="GridMap" inherits="Spatial" category="Core" version="3.1-dev"> +<class name="GridMap" inherits="Spatial" category="Core" version="3.1"> <brief_description> Node for 3D tile-based maps. </brief_description> |