From 2872d0440fd1fdb4048cfd0a135f4763562cf96e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Dec 2012 16:07:27 +0000 Subject: fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ? make addons blender versions consistent --- light_field_tools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'light_field_tools') diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py index 0c47b7ae..08ff8c37 100644 --- a/light_field_tools/__init__.py +++ b/light_field_tools/__init__.py @@ -22,7 +22,7 @@ bl_info = { "author": "Aurel Wildfellner", "description": "Tools to create a light field camera and projector", "version": (0, 3, 0), - "blender": (2, 6, 4), + "blender": (2, 64, 0), "location": "View3D > Tool Shelf > Light Field Tools", "url": "http://www.jku.at/cg/", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Light_Field_Tools", -- cgit v1.2.3