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": "Copy Settings",
"author": "Bastien Montagne",
"version": (0, 1, 4),
"blender": (2, 6, 1),
"blender": (2, 61, 0),
"location": "Render buttons (Properties window)",
"description": "Allows to copy a selection of render settings from "
"current scene to others.",