From 5655aab7f3bd5a01c3eeba5970c4a8032ac0dfce Mon Sep 17 00:00:00 2001 From: Chris Foster <cdbfoster@gmail.com> Date: Wed, 11 Dec 2013 15:56:05 -0500 Subject: [PATCH] Increment exporter version and Blender version. --- io_scene_x/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io_scene_x/__init__.py b/io_scene_x/__init__.py index 91c9ac368..61f8d5f77 100644 --- a/io_scene_x/__init__.py +++ b/io_scene_x/__init__.py @@ -21,8 +21,8 @@ bl_info = { "name": "DirectX X Format", "author": "Chris Foster", - "version": (3, 0, 1), - "blender": (2, 66, 0), + "version": (3, 1, 0), + "blender": (2, 69, 0), "location": "File > Export > DirectX (.x)", "description": "Export mesh vertices, UV's, materials, textures, "\ "vertex colors, armatures, empties, and actions.", -- GitLab