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 --- space_view3d_math_vis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'space_view3d_math_vis') diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py index 739c0473..d772cb46 100644 --- a/space_view3d_math_vis/__init__.py +++ b/space_view3d_math_vis/__init__.py @@ -22,7 +22,7 @@ bl_info = { "name": "Math Vis (Console)", "author": "Campbell Barton", "version": (0, 1), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "View3D > Tool Shelf or Console", "description": "Display console defined mathutils variables in the 3D view", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" -- cgit v1.2.3