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 --- system_blend_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system_blend_info.py') diff --git a/system_blend_info.py b/system_blend_info.py index b4ad18f4..8e7ecc33 100644 --- a/system_blend_info.py +++ b/system_blend_info.py @@ -24,7 +24,7 @@ bl_info = { "name": "Scene Information", "author": "uselessdreamer", "version": (0,3), - "blender": (2, 5, 9), + "blender": (2, 59, 0), "location": "Properties > Scene > Blend Info Panel", "description": "Show information about the .blend", "warning": "", -- cgit v1.2.3