From 89f54a30a39f57be545dff1a710b7b7f5372f999 Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Sat, 19 Mar 2011 13:20:33 +0000 Subject: Updated Blender Version to 2.57 and api version --- io_mesh_stl/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'io_mesh_stl/__init__.py') diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py index 350c4e6c..41765d2c 100644 --- a/io_mesh_stl/__init__.py +++ b/io_mesh_stl/__init__.py @@ -21,9 +21,9 @@ bl_info = { "name": "STL format", "author": "Guillaume Bouchard (Guillaum)", - "version": (1, ), - "blender": (2, 5, 3), - "api": 31667, + "version": (1, 0), + "blender": (2, 5, 7), + "api": 35622, "location": "File > Import-Export > Stl", "description": "Import-Export STL files", "warning": "", -- cgit v1.2.3