[Bf-extensions-cvs] [02b82c4] master: Again forgot to raise version count...

Bastien Montagne noreply at git.blender.org
Mon Jun 15 16:35:20 CEST 2015


Commit: 02b82c4fc10d1755fb3176b2aae66d060eea6015
Author: Bastien Montagne
Date:   Mon Jun 15 16:34:57 2015 +0200
Branches: master
https://developer.blender.org/rBA02b82c4fc10d1755fb3176b2aae66d060eea6015

Again forgot to raise version count...

===================================================================

M	io_scene_fbx/__init__.py

===================================================================

diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index c9931ce..c4bd9b7 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": (3, 3, 2),
+    "version": (3, 3, 3),
     "blender": (2, 74, 0),
     "location": "File > Import-Export",
     "description": "FBX IO meshes, UV's, vertex colors, materials, textures, cameras, lamps and actions",



More information about the Bf-extensions-cvs mailing list