diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-07-05 22:07:03 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-07-05 22:07:03 +0200 |
commit | 346f1ab86b4f793ddae99970399b9ba13d6ee51f (patch) | |
tree | a7b565a0973a6fa1366610d38edaa95ddc1144fb /modules/mobile_vr | |
parent | 970459615f6b2b4151742ec6d7ef8559f87fd5c5 (diff) | |
download | redot-engine-346f1ab86b4f793ddae99970399b9ba13d6ee51f.tar.gz |
Bump version to 4.2-dev
Keep on waitin'
Diffstat (limited to 'modules/mobile_vr')
-rw-r--r-- | modules/mobile_vr/doc_classes/MobileVRInterface.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mobile_vr/doc_classes/MobileVRInterface.xml b/modules/mobile_vr/doc_classes/MobileVRInterface.xml index ecd07d4520..14ce519840 100644 --- a/modules/mobile_vr/doc_classes/MobileVRInterface.xml +++ b/modules/mobile_vr/doc_classes/MobileVRInterface.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="MobileVRInterface" inherits="XRInterface" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> +<class name="MobileVRInterface" inherits="XRInterface" version="4.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd"> <brief_description> Generic mobile VR implementation. </brief_description> |