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_demo_mode/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system_demo_mode') diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py index 39f72110..e4ae9e73 100644 --- a/system_demo_mode/__init__.py +++ b/system_demo_mode/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Demo Mode", "author": "Campbell Barton", - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "Demo Menu", "description": "Demo mode lets you select multiple blend files and loop over them.", "warning": "", -- cgit v1.2.3