From b022000d22d2e99f97209124c70169f210060e8b Mon Sep 17 00:00:00 2001
From: Bastien Montagne <montagne29@wanadoo.fr>
Date: Wed, 4 Sep 2019 15:17:52 +0200
Subject: [PATCH] Fix T69179: Move X3D IO Add-on to community-supported status.

This is a rather old format now, and current add-on code would require a
significant amount of work to bring it back in a proper state.
---
 io_scene_x3d/__init__.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 1b3060b09..e02cdc3b8 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -21,13 +21,12 @@
 bl_info = {
     "name": "Web3D X3D/VRML2 format",
     "author": "Campbell Barton, Bart, Bastien Montagne, Seva Alekseyev",
-    "version": (2, 2, 2),
+    "version": (2, 2, 3),
     "blender": (2, 81, 6),
     "location": "File > Import-Export",
     "description": "Import-Export X3D, Import VRML2",
     "warning": "",
     "wiki_url": "https://docs.blender.org/manual/en/latest/addons/io_scene_x3d.html",
-    "support": 'OFFICIAL',
     "category": "Import-Export",
 }
 
-- 
GitLab