From 2872d0440fd1fdb4048cfd0a135f4763562cf96e Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Wed, 19 Dec 2012 16:07:27 +0000
Subject: [PATCH] fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?

make addons blender versions consistent
---
 add_curve_extra_objects/__init__.py                    | 2 +-
 add_curve_extra_objects/add_curve_aceous_galore.py     | 2 +-
 add_curve_extra_objects/add_curve_torus_knots.py       | 2 +-
 add_curve_ivygen.py                                    | 2 +-
 add_curve_sapling/__init__.py                          | 2 +-
 add_mesh_BoltFactory/__init__.py                       | 2 +-
 add_mesh_ant_landscape.py                              | 2 +-
 add_mesh_extra_objects/__init__.py                     | 2 +-
 add_mesh_extra_objects/add_mesh_3d_function_surface.py | 2 +-
 add_mesh_extra_objects/add_mesh_gears.py               | 2 +-
 add_mesh_extra_objects/add_mesh_gemstones.py           | 2 +-
 add_mesh_extra_objects/add_mesh_honeycomb.py           | 2 +-
 add_mesh_extra_objects/add_mesh_polysphere.py          | 2 +-
 add_mesh_extra_objects/add_mesh_pyramid.py             | 2 +-
 add_mesh_extra_objects/add_mesh_supertoroid.py         | 4 ++--
 add_mesh_extra_objects/add_mesh_teapot.py              | 2 +-
 add_mesh_extra_objects/add_mesh_torusknot.py           | 2 +-
 add_mesh_extra_objects/add_mesh_twisted_torus.py       | 2 +-
 add_mesh_pipe_joint.py                                 | 2 +-
 add_mesh_solid.py                                      | 2 +-
 animation_add_corrective_shape_key.py                  | 2 +-
 animation_animall.py                                   | 2 +-
 curve_simplify.py                                      | 2 +-
 development_api_navigator.py                           | 2 +-
 development_icon_get.py                                | 2 +-
 game_engine_save_as_runtime.py                         | 2 +-
 io_anim_acclaim/__init__.py                            | 2 +-
 io_anim_bvh/__init__.py                                | 2 +-
 io_anim_c3d/__init__.py                                | 2 +-
 io_anim_camera.py                                      | 2 +-
 io_anim_nuke_chan/__init__.py                          | 2 +-
 io_coat3D/__init__.py                                  | 2 +-
 io_convert_image_to_mesh_img/__init__.py               | 2 +-
 io_curve_svg/__init__.py                               | 2 +-
 io_export_after_effects.py                             | 2 +-
 io_export_directx_x.py                                 | 2 +-
 io_export_dxf/__init__.py                              | 2 +-
 io_export_pc2.py                                       | 2 +-
 io_export_unreal_psk_psa.py                            | 2 +-
 io_import_gimp_image_to_scene.py                       | 2 +-
 io_import_images_as_planes.py                          | 2 +-
 io_import_scene_dxf.py                                 | 2 +-
 io_import_scene_lwo.py                                 | 2 +-
 io_import_scene_mhx.py                                 | 2 +-
 io_import_scene_unreal_psa_psk.py                      | 2 +-
 io_mesh_pdb/__init__.py                                | 4 ++--
 io_mesh_ply/__init__.py                                | 2 +-
 io_mesh_raw/__init__.py                                | 2 +-
 io_mesh_stl/__init__.py                                | 2 +-
 io_mesh_uv_layout/__init__.py                          | 2 +-
 io_scene_3ds/__init__.py                               | 2 +-
 io_scene_fbx/__init__.py                               | 2 +-
 io_scene_map/__init__.py                               | 2 +-
 io_scene_obj/__init__.py                               | 2 +-
 io_scene_x3d/__init__.py                               | 2 +-
 io_shape_mdd/__init__.py                               | 2 +-
 light_field_tools/__init__.py                          | 2 +-
 mesh_bsurfaces.py                                      | 2 +-
 mesh_inset/__init__.py                                 | 2 +-
 mesh_looptools.py                                      | 2 +-
 mesh_relax.py                                          | 2 +-
 mocap/__init__.py                                      | 2 +-
 netrender/__init__.py                                  | 2 +-
 object_add_chain.py                                    | 2 +-
 object_animrenderbake.py                               | 2 +-
 object_cloud_gen.py                                    | 2 +-
 object_fracture/__init__.py                            | 2 +-
 object_fracture_cell/__init__.py                       | 2 +-
 object_grease_scatter.py                               | 2 +-
 paint_palette.py                                       | 4 ++--
 render_copy_settings/__init__.py                       | 2 +-
 render_povray/__init__.py                              | 2 +-
 render_renderfarmfi/__init__.py                        | 2 +-
 rigify/__init__.py                                     | 2 +-
 space_view3d_3d_navigation.py                          | 2 +-
 space_view3d_copy_attributes.py                        | 2 +-
 space_view3d_materials_utils.py                        | 2 +-
 space_view3d_math_vis/__init__.py                      | 2 +-
 space_view3d_panel_measure.py                          | 2 +-
 space_view3d_screencast_keys.py                        | 2 +-
 space_view3d_spacebar_menu.py                          | 2 +-
 system_blend_info.py                                   | 2 +-
 system_demo_mode/__init__.py                           | 2 +-
 system_property_chart.py                               | 2 +-
 texture_paint_layer_manager.py                         | 2 +-
 ui_translate/__init__.py                               | 2 +-
 uv_bake_texture_to_vcols.py                            | 2 +-
 87 files changed, 90 insertions(+), 90 deletions(-)

diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py
index 2d1e82e54..95c358f0c 100644
--- a/add_curve_extra_objects/__init__.py
+++ b/add_curve_extra_objects/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Extra Objects",
     "author": "Multiple Authors",
     "version": (0, 1),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "View3D > Add > Curve > Extra Objects",
     "description": "Add extra curve object types",
     "warning": "",
diff --git a/add_curve_extra_objects/add_curve_aceous_galore.py b/add_curve_extra_objects/add_curve_aceous_galore.py
index 185b012ad..85063de67 100644
--- a/add_curve_extra_objects/add_curve_aceous_galore.py
+++ b/add_curve_extra_objects/add_curve_aceous_galore.py
@@ -20,7 +20,7 @@ bl_info = {
     'name': 'Curveaceous Galore!',
     'author': 'Jimmy Hazevoet, testscreenings',
     'version': (0,2),
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     'location': 'View3D > Add > Curve',
     'description': 'Adds many different types of Curves',
     'warning': '', # used for warning icon and text in addons panel
diff --git a/add_curve_extra_objects/add_curve_torus_knots.py b/add_curve_extra_objects/add_curve_torus_knots.py
index ca89e9c9e..cb974e138 100644
--- a/add_curve_extra_objects/add_curve_torus_knots.py
+++ b/add_curve_extra_objects/add_curve_torus_knots.py
@@ -21,7 +21,7 @@ bl_info = {
     "name": "Torus Knots",
     "author": "testscreenings",
     "version": (0,1),
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     "location": "View3D > Add > Curve",
     "description": "Adds many types of (torus) knots",
     "warning": "",
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index ab38d2536..aade98a7f 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "IvyGen",
     "author": "testscreenings, PKHG, TrumanBlending",
     "version": (0, 1, 1),
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     "location": "View3D > Add > Curve",
     "description": "Adds generated ivy to a mesh object starting at the 3D"\
                    " cursor",
diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py
index 244051657..9264e908f 100644
--- a/add_curve_sapling/__init__.py
+++ b/add_curve_sapling/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Sapling",
     "author": "Andrew Hale (TrumanBlending)",
     "version": (0, 2, 6),
-    "blender": (2, 6, 4),
+    "blender": (2, 64, 0),
     "location": "View3D > Add > Curve",
     "description": ("Adds a parametric tree. The method is presented by "
     "Jason Weber & Joseph Penn in their paper 'Creation and Rendering of "
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index a3c580d53..7488856de 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "BoltFactory",
     "author": "Aaron Keith",
     "version": (3, 9),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "View3D > Add > Mesh",
     "description": "Add a bolt or nut",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index 52c285694..be6393cee 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "ANT Landscape",
     "author": "Jimmy Hazevoet",
     "version": (0,1,2),
-    "blender": (2, 6, 1),
+    "blender": (2, 61, 0),
     "location": "View3D > Add > Mesh",
     "description": "Add a landscape primitive",
     "warning": "", # used for warning icon and text in addons panel
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 6e64e2bdd..a8c71ae5a 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Extra Objects",
     "author": "Multiple Authors",
     "version": (0, 3),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "View3D > Add > Mesh > Extra Objects",
     "description": "Add extra object types",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_3d_function_surface.py b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
index bd3ddfc7b..2fa128a41 100644
--- a/add_mesh_extra_objects/add_mesh_3d_function_surface.py
+++ b/add_mesh_extra_objects/add_mesh_3d_function_surface.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "3D Function Surfaces",
     "author": "Buerbaum Martin (Pontiac), Elod Csirmaz",
     "version": (0, 3, 8),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Add > Mesh",
     "description": "Create Objects using Math Formulas",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_gears.py b/add_mesh_extra_objects/add_mesh_gears.py
index 504fdcfd1..5cc5405a5 100644
--- a/add_mesh_extra_objects/add_mesh_gears.py
+++ b/add_mesh_extra_objects/add_mesh_gears.py
@@ -23,7 +23,7 @@ bl_info = {
     "name": "Gears",
     "author": "Michel J. Anders (varkenvarken)",
     "version": (2, 4, 2),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Add > Mesh > Gears ",
     "description": "Adds a mesh Gear to the Add Mesh menu",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_gemstones.py b/add_mesh_extra_objects/add_mesh_gemstones.py
index 075d82665..7d3db788c 100644
--- a/add_mesh_extra_objects/add_mesh_gemstones.py
+++ b/add_mesh_extra_objects/add_mesh_gemstones.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Gemstones",
     "author": "Pontiac, Fourmadmen, Dreampainter",
     "version": (0, 4),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Add > Mesh > Gemstones",
     "description": "Adds various gemstone (Diamond & Gem) meshes.",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_honeycomb.py b/add_mesh_extra_objects/add_mesh_honeycomb.py
index b39cb42d7..e810e0deb 100644
--- a/add_mesh_extra_objects/add_mesh_honeycomb.py
+++ b/add_mesh_extra_objects/add_mesh_honeycomb.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "HoneyComb",
     "author": "Kayo Phoenix <kayo@illumium.org>",
     "version": (0, 1),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "api": 35853,
     "location": "View3D > Add > Mesh > HoneyComb",
     "description": "Adds HoneyComb Mesh",
diff --git a/add_mesh_extra_objects/add_mesh_polysphere.py b/add_mesh_extra_objects/add_mesh_polysphere.py
index 7b4ac568f..3454618c4 100644
--- a/add_mesh_extra_objects/add_mesh_polysphere.py
+++ b/add_mesh_extra_objects/add_mesh_polysphere.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Add PolySphere",
     "author": "Andy Davies (metalliandy)",			
     "version": (0,1,6),
-    "blender": (2, 6, 2),
+    "blender": (2, 62, 0),
     "location": "View3D > Add > Mesh > PolySphere",
     "description": "Adds a PolySphere (all quads) for sculpting",
     "warning": "",
diff --git a/add_mesh_extra_objects/add_mesh_pyramid.py b/add_mesh_extra_objects/add_mesh_pyramid.py
index 7c9ee6cff..9cca76186 100644
--- a/add_mesh_extra_objects/add_mesh_pyramid.py
+++ b/add_mesh_extra_objects/add_mesh_pyramid.py
@@ -23,7 +23,7 @@ bl_info = {
     'name': 'Mesh Pyramid',
     'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)',
     'version': (0, 5),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     'location': 'View3D > Add > Mesh',
     'description': 'Create an egyption-style step pyramid',
     'warning': '',  # used for warning icon and text in addons panel
diff --git a/add_mesh_extra_objects/add_mesh_supertoroid.py b/add_mesh_extra_objects/add_mesh_supertoroid.py
index 73af675cf..425d2bd37 100644
--- a/add_mesh_extra_objects/add_mesh_supertoroid.py
+++ b/add_mesh_extra_objects/add_mesh_supertoroid.py
@@ -1,9 +1,9 @@
 '''
-bl_addon_info = {
+bl_info = {
     "name": "Add Mesh: SuperToroid",
     "author": "DreamPainter",
     "version": (1, 0, 0),
-    "blender": (2, 5, 3),
+    "blender": (2, 53, 0),
     "location": "View3D > Add > Mesh > SuperToroid",
     "description": "Add a SuperToroid mesh",
     "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" \
diff --git a/add_mesh_extra_objects/add_mesh_teapot.py b/add_mesh_extra_objects/add_mesh_teapot.py
index 79178688e..2771dd739 100644
--- a/add_mesh_extra_objects/add_mesh_teapot.py
+++ b/add_mesh_extra_objects/add_mesh_teapot.py
@@ -29,7 +29,7 @@ bl_info = {
     "name": "Teapot+",
     "author": "Anthony D'Agostino",
     "version": (1, 0),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Add > Mesh ",
     "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Teapot",
     "category": "Add Mesh"}
diff --git a/add_mesh_extra_objects/add_mesh_torusknot.py b/add_mesh_extra_objects/add_mesh_torusknot.py
index f289ddb2a..f69d12c43 100644
--- a/add_mesh_extra_objects/add_mesh_torusknot.py
+++ b/add_mesh_extra_objects/add_mesh_torusknot.py
@@ -29,7 +29,7 @@ bl_info = {
     "name": "Torus Knot",
     "author": "Anthony D'Agostino",
     "version": (1, 0),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Add > Mesh ",
     "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_TorusKnot",
     "category": "Add Mesh"}
diff --git a/add_mesh_extra_objects/add_mesh_twisted_torus.py b/add_mesh_extra_objects/add_mesh_twisted_torus.py
index f2e5e84b7..4ebf7e3ef 100644
--- a/add_mesh_extra_objects/add_mesh_twisted_torus.py
+++ b/add_mesh_extra_objects/add_mesh_twisted_torus.py
@@ -24,7 +24,7 @@ bl_info = {
     "name": "Twisted Torus",
     "author": "Paulo_Gomes",
     "version": (0, 11, 1),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Add > Mesh ",
     "description": "Adds a mesh Twisted Torus to the Add Mesh menu",
     "warning": "",
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index aa41532ef..9d1fcc0de 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Pipe Joints",
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 10, 7),
-    "blender": (2, 6, 1),
+    "blender": (2, 61, 0),
     "location": "View3D > Add > Mesh > Pipe Joints",
     "description": "Add different types of pipe joints",
     "warning": "",
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index 3eba5e676..cb874fed5 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -21,7 +21,7 @@ bl_info = {
     "name": "Regular Solids",
     "author": "DreamPainter",
     "version": (2, 0),
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     "location": "View3D > Add > Mesh > Solids",
     "description": "Add a regular solid",
     "warning": "",
diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py
index 230959e69..a576d352b 100644
--- a/animation_add_corrective_shape_key.py
+++ b/animation_add_corrective_shape_key.py
@@ -22,7 +22,7 @@ bl_info = {
     'name': 'Corrective shape keys',
     'author': 'Ivo Grigull (loolarge), Tal Trachtman',
     'version': (1, 0),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     'location': 'Object Data > Shape Keys (Search: corrective) ',
     'description': 'Creates a corrective shape key for the current pose',
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/animation_animall.py b/animation_animall.py
index c20f64b1a..c331f5249 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -20,7 +20,7 @@ bl_info = {
     'name': 'AnimAll',
     'author': 'Daniel Salazar <zanqdo@gmail.com>',
     'version': (0, 5),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     'location': 'Select a Mesh/Lattice/Curve: Tool Shelf > AnimAll panel',
     'description': 'Allows animation of mesh, lattice and curve data (Shape Keys, VCols, VGroups, UVs, Points, Radius, Tilt)',
     'warning': '',
diff --git a/curve_simplify.py b/curve_simplify.py
index b624a1289..2c95ec159 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Simplify curves",
     "author": "testscreenings",
     "version": (1,),
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     "location": "Search > Simplify Curves",
     "description": "Simplifies 3D curves and fcurves",
     "warning": "",
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 5fc857331..2f1217242 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": "",
diff --git a/development_icon_get.py b/development_icon_get.py
index 1003218bb..b786dea08 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -23,7 +23,7 @@ bl_info = {
     'name': 'Icons',
     'author': 'Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel',
     'version': (1, 5, 1),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     'location': 'Text Editor > Properties or '\
         'Console > Console Menu',
     'warning': '',
diff --git a/game_engine_save_as_runtime.py b/game_engine_save_as_runtime.py
index 16b716a8c..e07efe350 100644
--- a/game_engine_save_as_runtime.py
+++ b/game_engine_save_as_runtime.py
@@ -20,7 +20,7 @@ bl_info = {
     'name': 'Save As Game Engine Runtime',
     'author': 'Mitchell Stokes (Moguri)',
     'version': (0, 3, 1),
-    "blender": (2, 6, 1),
+    "blender": (2, 61, 0),
     'location': 'File > Export',
     'description': 'Bundle a .blend file with the Blenderplayer',
     'warning': '',
diff --git a/io_anim_acclaim/__init__.py b/io_anim_acclaim/__init__.py
index b19b66568..4b5b423f6 100644
--- a/io_anim_acclaim/__init__.py
+++ b/io_anim_acclaim/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
     "name": "Acclaim Motion Capture Files (.asf, .amc)",
     "author": "Daniel Monteiro Basso <daniel@basso.inf.br>",
     "version": (2012, 2, 29, 1),
-    "blender": (2, 6, 2),
+    "blender": (2, 62, 0),
     "location": "File > Import-Export",
     "description": "Imports Acclaim Skeleton and Motion Capture Files",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 993bd7347..5db544099 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "BioVision Motion Capture (BVH) format",
     "author": "Campbell Barton",
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import-Export",
     "description": "Import-Export BVH from armature objects",
     "warning": "",
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index 1c5922e86..4ecc9da1f 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
     "name": "C3D Graphics Lab Motion Capture file (.c3d)",
     "author": "Daniel Monteiro Basso <daniel@basso.inf.br>",
     "version": (2012, 7, 11, 1),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "File > Import",
     "description": "Imports C3D Graphics Lab Motion Capture files",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/io_anim_camera.py b/io_anim_camera.py
index a49adaec1..376a05641 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Export Camera Animation",
     "author": "Campbell Barton",
     "version": (0, 1),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Export > Cameras & Markers (.py)",
     "description": "Export Cameras & Markers (.py)",
     "warning": "",
diff --git a/io_anim_nuke_chan/__init__.py b/io_anim_nuke_chan/__init__.py
index c025812c6..54bd709de 100644
--- a/io_anim_nuke_chan/__init__.py
+++ b/io_anim_nuke_chan/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Nuke Animation Format (.chan)",
     "author": "Michael Krupa",
     "version": (1, 0),
-    "blender": (2, 6, 1),
+    "blender": (2, 61, 0),
     "location": "File > Import/Export > Nuke (.chan)",
     "description": "Import/Export object's animation with nuke",
     "warning": "",
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 4cd6b8afb..33faf0eca 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "3D-Coat Applink",
     "author": "Kalle-Samuli Riihikoski (haikalle)",
     "version": (3, 5, 20),
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     "location": "Scene > 3D-Coat Applink",
     "description": "Transfer data between 3D-Coat/Blender",
     "warning": "",
diff --git a/io_convert_image_to_mesh_img/__init__.py b/io_convert_image_to_mesh_img/__init__.py
index dd162a71c..08f9c2b41 100644
--- a/io_convert_image_to_mesh_img/__init__.py
+++ b/io_convert_image_to_mesh_img/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "HiRISE DTM from PDS IMG",
     "author": "Tim Spriggs (tims@uahirise.org)",
     "version": (0, 1, 4),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "File > Import > HiRISE DTM from PDS IMG (.IMG)",
     "description": "Import a HiRISE DTM formatted as a PDS IMG file",
     "warning": "May consume a lot of memory",
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index db58a9f12..4a90e5ec6 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Scalable Vector Graphics (SVG) 1.1 format",
     "author": "JM Soler, Sergey Sharybin",
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import > Scalable Vector Graphics (.svg)",
     "description": "Import SVG as curves",
     "warning": "",
diff --git a/io_export_after_effects.py b/io_export_after_effects.py
index bfeee152c..65f2127d1 100644
--- a/io_export_after_effects.py
+++ b/io_export_after_effects.py
@@ -23,7 +23,7 @@ bl_info = {
     "description": "Export cameras, selected objects & camera solution 3D Markers to Adobe After Effects CS3 and above",
     "author": "Bartek Skorupa",
     "version": (0, 6, 3),
-    "blender": (2, 6, 2),
+    "blender": (2, 62, 0),
     "location": "File > Export > Adobe After Effects (.jsx)",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index e4c7440e0..4532600c6 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -19,7 +19,7 @@ bl_info = {
     "name": "DirectX Model Format (.x)",
     "author": "Chris Foster (Kira Vakaan)",
     "version": (2, 1, 3),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "File > Export > DirectX (.x)",
     "description": "Export DirectX Model Format (.x)",
     "warning": "",
diff --git a/io_export_dxf/__init__.py b/io_export_dxf/__init__.py
index 2ac22ba1d..c79ba5eae 100644
--- a/io_export_dxf/__init__.py
+++ b/io_export_dxf/__init__.py
@@ -19,7 +19,7 @@ bl_info = {
     "name": "Export Autocad DXF Format (.dxf)",
     "author": "Remigiusz Fiedler (AKA migius), Vaclav Klecanda",
     "version": (2, 1, 3),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "File > Export > Autodesk (.dxf)",
     "description": "The script exports Blender geometry to DXF format r12 version.",
     "warning": "Under construction! Visit Wiki for details.",
diff --git a/io_export_pc2.py b/io_export_pc2.py
index 440e4c2f7..37953d531 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Export Pointcache Format(.pc2)",
     "author": "Florian Meyer (tstscr)",
     "version": (1, 0),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Export > Pointcache (.pc2)",
     "description": "Export mesh Pointcache data (.pc2)",
     "warning": "",
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 97b04c2ce..18f70c091 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Export Unreal Engine Format(.psk/.psa)",
     "author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft/VendorX/Spoof",
     "version": (2, 7),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "api": 36079,
     "location": "File > Export > Skeletal Mesh/Animation Data (.psk/.psa)",
     "description": "Export Skeleletal Mesh/Animation Data",
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index bc09c75f9..1cf405b0a 100644
--- a/io_import_gimp_image_to_scene.py
+++ b/io_import_gimp_image_to_scene.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Import GIMP Image to Scene (.xcf/.xjt)",
     "author": "Daniel Salazar (ZanQdo)",
     "version": (2, 0, 0),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import > GIMP Image to Scene(.xcf/.xjt)",
     "description": "Imports GIMP multilayer image files as a series of multiple planes",
     "warning": "XCF import requires xcftools installed",
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index d0724531b..01d860b0b 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Import Images as Planes",
     "author": "Florian Meyer (tstscr), mont29, matali",
     "version": (1, 7),
-    "blender": (2, 6, 5),
+    "blender": (2, 65, 0),
     "location": "File > Import > Images as Planes or Add > Mesh > Images as Planes",
     "description": "Imports images and creates planes with the appropriate "
                    "aspect ratio. The images are mapped to the planes.",
diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py
index 2547a49c5..f45d964d3 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Import Autocad DXF Format (.dxf)",
     "author": "Thomas Larsson, Remigiusz Fiedler",
     "version": (0, 1, 6),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "File > Import > Autocad (.dxf)",
     "description": "Import files in the Autocad DXF format (.dxf)",
     "warning": "Under construction! Visit Wiki for details.",
diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py
index fac7ff99c..e711718d7 100644
--- a/io_import_scene_lwo.py
+++ b/io_import_scene_lwo.py
@@ -20,7 +20,7 @@ bl_info= {
     "name": "Import LightWave Objects",
     "author": "Ken Nign (Ken9)",
     "version": (1, 2),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import > LightWave Object (.lwo)",
     "description": "Imports a LWO file including any UV, Morph and Color maps. "\
         "Can convert Skelegons to an Armature.",
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index c1c9145cc..f79535670 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -40,7 +40,7 @@ bl_info = {
     'name': 'Import: MakeHuman (.mhx)',
     'author': 'Thomas Larsson',
     'version': (1, 14, 1),
-    "blender": (2, 6, 4),
+    "blender": (2, 64, 0),
     'location': "File > Import > MakeHuman (.mhx)",
     'description': 'Import files in the MakeHuman eXchange format (.mhx)',
     'warning': '',
diff --git a/io_import_scene_unreal_psa_psk.py b/io_import_scene_unreal_psa_psk.py
index 822f49ec0..408e1fb15 100644
--- a/io_import_scene_unreal_psa_psk.py
+++ b/io_import_scene_unreal_psa_psk.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Import Unreal Skeleton Mesh (.psk)/Animation Set (psa)",
     "author": "Darknet, flufy3d, camg188",
     "version": (2, 2),
-    "blender": (2, 6, 4),
+    "blender": (2, 64, 0),
     "location": "File > Import > Skeleton Mesh (.psk)/Animation Set (psa)",
     "description": "Import Skeleleton Mesh/Animation Data",
     "warning": "",
diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index 15d664261..92d937bcd 100644
--- a/io_mesh_pdb/__init__.py
+++ b/io_mesh_pdb/__init__.py
@@ -38,8 +38,8 @@ bl_info = {
     "name": "Atomic Blender - PDB",
     "description": "Loading and manipulating atoms from PDB files",
     "author": "Clemens Barth",
-    "version": (1,5),
-    "blender": (2,6),
+    "version": (1, 5),
+    "blender": (2, 60, 0),
     "location": "File -> Import -> PDB (.pdb)",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/"
diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py
index 623900c9b..6672dae45 100644
--- a/io_mesh_ply/__init__.py
+++ b/io_mesh_ply/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Stanford PLY format",
     "author": "Bruce Merry, Campbell Barton",
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import-Export",
     "description": "Import-Export PLY mesh data withs UV's and vertex colors",
     "warning": "",
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index 61c215294..3e8c7123c 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -23,7 +23,7 @@ bl_info = {
     "name": "Raw mesh format (.raw)",
     "author": "Anthony D,Agostino (Scorpius), Aurel Wildfellner",
     "version": (0, 2),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import-Export > Raw Faces (.raw) ",
     "description": "Import-Export Raw Faces",
     "warning": "",
diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py
index 1088490a3..34c586a34 100644
--- a/io_mesh_stl/__init__.py
+++ b/io_mesh_stl/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "STL format",
     "author": "Guillaume Bouchard (Guillaum)",
     "version": (1, 0),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import-Export > Stl",
     "description": "Import-Export STL files",
     "warning": "",
diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index ccf0dddce..dc6c05d53 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "UV Layout",
     "author": "Campbell Barton, Matt Ebb",
     "version": (1, 1),
-    "blender": (2, 6, 2),
+    "blender": (2, 62, 0),
     "location": "Image-Window > UVs > Export UV Layout",
     "description": "Export the UV layout as a 2D graphic",
     "warning": "",
diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py
index bdebc12e9..e39622f1e 100644
--- a/io_scene_3ds/__init__.py
+++ b/io_scene_3ds/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Autodesk 3DS format",
     "author": "Bob Holcomb, Campbell Barton",
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import-Export",
     "description": "Import-Export 3DS, meshes, uvs, materials, textures, "
                    "cameras & lamps",
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 3b64d056c..19de48035 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Autodesk FBX format",
     "author": "Campbell Barton",
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     "location": "File > Import-Export",
     "description": "Export FBX meshes, UV's, vertex colors, materials, "
                    "textures, cameras, lamps and actions",
diff --git a/io_scene_map/__init__.py b/io_scene_map/__init__.py
index c1b777723..a589e760b 100644
--- a/io_scene_map/__init__.py
+++ b/io_scene_map/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Quake MAP format",
     "author": "Campbell Barton",
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Export",
     "description": "Export MAP brushes, nurbs surfaces, "
                    "lamps and empties as map nodes",
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index db08318d7..501dc4b8a 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Wavefront OBJ format",
     "author": "Campbell Barton",
-    "blender": (2, 5, 8),
+    "blender": (2, 58, 0),
     "location": "File > Import-Export",
     "description": "Import-Export OBJ, Import OBJ mesh, UV's, "
                    "materials and textures",
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 8f1884175..1440684b5 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Web3D X3D/VRML2 format",
     "author": "Campbell Barton, Bart",
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import-Export",
     "description": "Import-Export X3D, Import VRML2",
     "warning": "",
diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py
index 8a6450b1b..d1b8b844d 100644
--- a/io_shape_mdd/__init__.py
+++ b/io_shape_mdd/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "NewTek MDD format",
     "author": "Bill L.Nieuwendorp",
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "File > Import-Export",
     "description": "Import-Export MDD as mesh shape keys",
     "warning": "",
diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py
index 0c47b7aec..08ff8c379 100644
--- a/light_field_tools/__init__.py
+++ b/light_field_tools/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "author": "Aurel Wildfellner",
     "description": "Tools to create a light field camera and projector",
     "version": (0, 3, 0),
-    "blender": (2, 6, 4),
+    "blender": (2, 64, 0),
     "location": "View3D > Tool Shelf > Light Field Tools",
     "url": "http://www.jku.at/cg/",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Render/Light_Field_Tools",
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 650542a98..7aa43d708 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -21,7 +21,7 @@ bl_info = {
     "name": "Bsurfaces GPL Edition",
     "author": "Eclectiel",
     "version": (1,5),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "api": 45996,
     "location": "View3D > EditMode > ToolShelf",
     "description": "Modeling and retopology tool.",
diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py
index d494fd148..8d4054d3b 100644
--- a/mesh_inset/__init__.py
+++ b/mesh_inset/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Inset Polygon",
     "author": "Howard Trickey",
     "version": (0, 4),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "View3D > Tools",
     "description": "Make an inset polygon inside selection.",
     "warning": "",
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 5b0a6e636..8f6c16f8b 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "LoopTools",
     "author": "Bart Crouch",
     "version": (4, 2, 0),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "View3D > Toolbar and View3D > Specials (W-key)",
     "warning": "",
     "description": "Mesh modelling toolkit. Several tools to aid modelling",
diff --git a/mesh_relax.py b/mesh_relax.py
index d168d051f..579cce25b 100644
--- a/mesh_relax.py
+++ b/mesh_relax.py
@@ -25,7 +25,7 @@ bl_info = {
     "name": "Relax",
     "author": "Fabian Fricke",
     "version": (1,1),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Specials > Relax ",
     "description": "Relax the selected verts while retaining the shape",
     "warning": "",
diff --git a/mocap/__init__.py b/mocap/__init__.py
index ac1e350a4..1681e0ab0 100644
--- a/mocap/__init__.py
+++ b/mocap/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Motion Capture Tools",
     "author": "Benjy Cook",
-    "blender": (2, 6, 2),
+    "blender": (2, 62, 0),
     "location": "Object UI -> Mocap tools",
     "description": "Various tools for working with motion capture animation",
     "warning": "",
diff --git a/netrender/__init__.py b/netrender/__init__.py
index 855f74b59..2737ee5af 100644
--- a/netrender/__init__.py
+++ b/netrender/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Network Renderer",
     "author": "Martin Poirier",
     "version": (1, 8),
-    "blender": (2, 6, 0),
+    "blender": (2, 60, 0),
     "location": "Render > Engine > Network Render",
     "description": "Distributed rendering for Blender",
     "warning": "Stable but still work in progress",
diff --git a/object_add_chain.py b/object_add_chain.py
index f1f891702..9c067956b 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Add Chain",
     "author": "Brian Hinton (Nichod)",
     "version": (0,1),
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     "location": "View3D > Add > Mesh",
     "description": "Adds Chain with curve guide for easy creation",
     "warning": "",
diff --git a/object_animrenderbake.py b/object_animrenderbake.py
index b79a0e59a..e8dc0c1cb 100644
--- a/object_animrenderbake.py
+++ b/object_animrenderbake.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Animated Render Baker",
     "author": "Janne Karhu (jahka)",
     "version": (1, 0),
-    "blender": (2, 5, 8),
+    "blender": (2, 58, 0),
     "location": "Properties > Render > Bake Panel",
     "description": "Renderbakes a series of frames",
     "category": "Object",
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index c71764e49..795d7b3f5 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Cloud Generator",
     "author": "Nick Keeline(nrk)",
     "version": (1, 0),
-    "blender": (2, 5, 9),
+    "blender": (2, 59, 0),
     "location": "View3D > Tool Shelf > Cloud Generator Panel",
     "description": "Creates Volumetric Clouds",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py
index 1e5bae59b..84da8b72a 100644
--- a/object_fracture/__init__.py
+++ b/object_fracture/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Fracture Tools",
     "author": "pildanovak",
     "version": (2, 0),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "Search > Fracture Object & Add -> Fracture Helper Objects",
     "description": "Fractured Object, Bomb, Projectile, Recorder",
     "warning": "",
diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py
index ee33648d3..4cb04977f 100644
--- a/object_fracture_cell/__init__.py
+++ b/object_fracture_cell/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Cell Fracture",
     "author": "ideasman42, phymec, Sergey Sharybin",
     "version": (0, 1),
-    "blender": (2, 6, 4),
+    "blender": (2, 64, 0),
     "location": "Search > Fracture Object & Add -> Fracture Helper Objects",
     "description": "Fractured Object, Bomb, Projectile, Recorder",
     "warning": "",
diff --git a/object_grease_scatter.py b/object_grease_scatter.py
index f6b7258ea..8e9d65565 100644
--- a/object_grease_scatter.py
+++ b/object_grease_scatter.py
@@ -24,7 +24,7 @@ bl_info = {
     "name": "Grease Scatter Objects",
     "author": "Campbell Barton",
     "version": (0, 1),
-    "blender": (2, 5, 8),
+    "blender": (2, 58, 0),
     "location": "3D View, Add Mesh",
     "description": "Scatter a group of objects onto the active mesh using "
                    "the grease pencil lines",
diff --git a/paint_palette.py b/paint_palette.py
index 8a3f4df7b..92de64b0c 100644
--- a/paint_palette.py
+++ b/paint_palette.py
@@ -23,8 +23,8 @@
 bl_info = {
     "name": "Paint Palettes",
     "author": "Dany Lebel (Axon D)",
-    "version": (0,9,1),
-    "blender": (2, 63, 12),
+    "version": (0, 9, 1),
+    "blender": (2, 63, 0),
     "location": "Image Editor and 3D View > Any Paint mode > Color Palette or Weight Palette panel",
     "description": "Palettes for color and weight paint modes",
     "warning": "",
diff --git a/render_copy_settings/__init__.py b/render_copy_settings/__init__.py
index a6d1fcadc..4d2b87f19 100644
--- a/render_copy_settings/__init__.py
+++ b/render_copy_settings/__init__.py
@@ -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.",
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 1b7299ecd..573f24ff9 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "POV-Ray 3.7",
     "author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn, Bastien Montagne",
     "version": (0, 0, 9),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "Render > Engine > POV-Ray 3.7",
     "description": "Basic POV-Ray 3.7 integration for blender",
     "warning": "both POV-Ray 3.7 and this script are beta",
diff --git a/render_renderfarmfi/__init__.py b/render_renderfarmfi/__init__.py
index 5dfdb4e7f..eec9ff6c0 100644
--- a/render_renderfarmfi/__init__.py
+++ b/render_renderfarmfi/__init__.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "Renderfarm.fi",
     "author": "Nathan Letwory <nathan@letworyinteractive.com>, Jesse Kaukonen <jesse.kaukonen@gmail.com>",
     "version": (22,),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "Render > Engine > Renderfarm.fi",
     "description": "Send .blend as session to http://www.renderfarm.fi to render",
     "warning": "",
diff --git a/rigify/__init__.py b/rigify/__init__.py
index bcee813a0..ca99e31ca 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Rigify",
     "author": "Nathan Vegdahl",
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Add > Armature",
     "description": "Adds various Rig Templates",
     "location": "Armature properties",
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index 3e79835bf..f12914a5e 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -25,7 +25,7 @@ bl_info = {
     "name": "3D Navigation",
     "author": "Demohero, uriel",
     "version": (1, 2),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Tool Shelf > 3D Nav",
     "description": "Navigate the Camera & 3D View from the Toolshelf",
     "warning": "",
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index bd8f70a64..49bc1b220 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Copy Attributes Menu",
     "author": "Bassam Kurdali, Fabian Fricke, Adam Wiseman",
     "version": (0, 4, 7),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "View3D > Ctrl-C",
     "description": "Copy Attributes Menu from Blender 2.4",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index 3da90381a..72a5da940 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -26,7 +26,7 @@ bl_info = {
     "name": "Material Utils",
     "author": "michaelw",
     "version": (1, 4),
-    "blender": (2, 6, 2),
+    "blender": (2, 62, 0),
     "location": "View3D > Q key",
     "description": "Menu of material tools (assign, select..)  in the 3D View",
     "warning": "Buggy, Broken in Cycles mode",
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 739c04730..d772cb46e 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Math Vis (Console)",
     "author": "Campbell Barton",
     "version": (0, 1),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "View3D > Tool Shelf or Console",
     "description": "Display console defined mathutils variables in the 3D view",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index 22e30d850..936a39759 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -28,7 +28,7 @@ bl_info = {
         " Benjamin Lauritzen (Loonsbury; Volume code)," \
         " Alessandro Sala (patch: Units in 3D View)",
     "version": (0, 9, 0),
-    "blender": (2, 6, 0),
+    "blender": (2, 60, 0),
     "location": "View3D > Properties > Measure Panel",
     "description": "Measure distances between objects",
     "warning": "Script needs repairs",
diff --git a/space_view3d_screencast_keys.py b/space_view3d_screencast_keys.py
index 88fd191ef..b538e36b5 100644
--- a/space_view3d_screencast_keys.py
+++ b/space_view3d_screencast_keys.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Screencast Keys",
     "author": "Paulo Gomes, Bart Crouch, John E. Herrenyo, Gaia Clary, Pablo Vazquez",
     "version": (1, 7),
-    "blender": (2, 6, 4),
+    "blender": (2, 64, 0),
     "location": "3D View > Properties Panel > Screencast Keys",
     "warning": "",
     "description": "Display keys pressed in the 3D View, "
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 17775a0bf..573255584 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -22,7 +22,7 @@ bl_info = {
     "name": "Dynamic Spacebar Menu",
     "author": "JayDez, sim88, meta-androcto, sam",
     "version": (1, 7, 3),
-    "blender": (2, 6, 0),
+    "blender": (2, 60, 0),
     "location": "View3D > Spacebar Key",
     "description": "Context Sensitive Spacebar Menu",
     "warning": "",
diff --git a/system_blend_info.py b/system_blend_info.py
index b4ad18f4d..8e7ecc33d 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": "",
diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index 39f72110a..e4ae9e735 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": "",
diff --git a/system_property_chart.py b/system_property_chart.py
index 5ed96aae3..082a83047 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -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": "",
diff --git a/texture_paint_layer_manager.py b/texture_paint_layer_manager.py
index b572a4450..c62452e71 100644
--- a/texture_paint_layer_manager.py
+++ b/texture_paint_layer_manager.py
@@ -2,7 +2,7 @@ bl_info = {
     "name": "Texture Paint Layer Manager",
     "author": "Michael Wiliamson",
     "version": (1, 0),
-    "blender": (2, 5, 7),
+    "blender": (2, 57, 0),
     "location": "Texture Paint > Properties > Texture Paint Layers Panels",
     "description": "Adds a layer manager for image based texture slots in paint and quick add layer tools",
     "warning": "",
diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py
index 26e800c21..f74b177d5 100644
--- a/ui_translate/__init__.py
+++ b/ui_translate/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Translate UI Messages",
     "author": "Bastien Montagne",
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "Any UI control",
     "description": "Allow to translate UI directly from Blender",
     "warning": "",
diff --git a/uv_bake_texture_to_vcols.py b/uv_bake_texture_to_vcols.py
index 802a3033a..8a9a5aea2 100644
--- a/uv_bake_texture_to_vcols.py
+++ b/uv_bake_texture_to_vcols.py
@@ -34,7 +34,7 @@ bl_info = {
     "description": "Bakes the colors of the active UV Texture to a Vertex Color layer. ",
     "author": "Patrick Boelens, CoDEmanX",
     "version": (0, 6),
-    "blender": (2, 6, 3),
+    "blender": (2, 63, 0),
     "location": "3D View > Vertex Paint > Toolshelf > Bake",
     "warning": "Requires image texture, generated textures aren't supported.",
     "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/"
-- 
GitLab