From 9f99184e28c4cbb3c457fcd61a3ba0468976f4b7 Mon Sep 17 00:00:00 2001
From: Chris Foster <cdbfoster@gmail.com>
Date: Thu, 2 Dec 2010 22:10:45 +0000
Subject: [PATCH] Also changed the Blender version to 2.55.  Dunno why I didn't
 change that earlier... :P

---
 io_export_directx_x.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index a52c70dbe..04af11b4b 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -19,7 +19,7 @@ bl_addon_info = {
     "name": "Export DirectX Model Format (.x)",
     "author": "Chris Foster (Kira Vakaan)",
     "version": (2,0),
-    "blender": (2, 5, 3),
+    "blender": (2, 5, 5),
     "api": 33427,
     "location": "File > Export",
     "description": "Export to the DirectX Model Format (.x)",
-- 
GitLab