From 104a15ff9b2b00e3603d5bf07d8964af53f00772 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 7 Sep 2019 15:22:54 +0200 Subject: FBX IO: Raise sub-version number after changes to texture clamp import. Change in behavior of the add-on -> increase sub-version number. --- io_scene_fbx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py index ef2936c7..b737cef0 100644 --- a/io_scene_fbx/__init__.py +++ b/io_scene_fbx/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "FBX format", "author": "Campbell Barton, Bastien Montagne, Jens Restemeier", - "version": (4, 16, 0), + "version": (4, 17, 0), "blender": (2, 81, 6), "location": "File > Import-Export", "description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions", -- cgit v1.2.3