fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?

make addons blender versions consistent
This commit is contained in:
Campbell Barton
2012-12-19 16:07:27 +00:00
parent 5b2b55e300
commit 2872d0440f
87 changed files with 90 additions and 90 deletions

View File

@ -22,7 +22,7 @@ bl_info = {
"name": "Object Property Chart",
"author": "Campbell Barton (ideasman42)",
"version": (0, 1),
"blender": (2, 5, 7),
"blender": (2, 57, 0),
"location": "Tool Shelf",
"description": "Edit arbitrary selected properties for objects of the same type",
"warning": "",