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 --- development_api_navigator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'development_api_navigator.py') diff --git a/development_api_navigator.py b/development_api_navigator.py index 5fc85733..2f121724 100644 --- a/development_api_navigator.py +++ b/development_api_navigator.py @@ -23,7 +23,7 @@ bl_info = { "name": "API Navigator", "author": "Dany Lebel (Axon_D)", "version": (1, 0, 2), - "blender": (2, 5, 7), + "blender": (2, 57, 0), "location": "Text Editor > Properties > API Navigator Panel", "description": "Allows exploration of the python api via the user interface", "warning": "", -- cgit v1.2.3