From 0b2e832fdd68f11f9b52a798c6fa645dcf0c64a9 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Fri, 17 Sep 2010 01:56:12 +0000
Subject: [PATCH] api update tested as working rev 31965

---
 space_view3d_align_tools.py     | 2 +-
 space_view3d_materials_utils.py | 2 +-
 space_view3d_panel_measure.py   | 2 +-
 space_view3d_property_chart.py  | 2 +-
 space_view3d_spacebar_menu.py   | 2 +-
 system_blend_info.py            | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index 4ed56b35f..47ca5868f 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -24,7 +24,7 @@ bl_addon_info = {
     "author": "Gabriel Beaudin (gabhead)",
     "version": (0,1),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "Tool Shelf",
     "description": "Align selected objects to the active object",
     "warning": "",
diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index 21eba8b15..3b08b8270 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -27,7 +27,7 @@ bl_addon_info = {
     "author": "michaelw",
     "version": (1,3),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "View3D > Q key",
     "description": "Menu of material tools (assign, select by etc)  in the 3D View",
     "warning": "",
diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py
index 30a6127e2..0601cbe67 100644
--- a/space_view3d_panel_measure.py
+++ b/space_view3d_panel_measure.py
@@ -21,7 +21,7 @@ bl_addon_info = {
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 7, 9),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "View3D > Properties > Measure",
     "description": "Measure distances between objects",
     "warning": "",
diff --git a/space_view3d_property_chart.py b/space_view3d_property_chart.py
index 557bdf809..f5e6b0f32 100644
--- a/space_view3d_property_chart.py
+++ b/space_view3d_property_chart.py
@@ -23,7 +23,7 @@ bl_addon_info = {
     "author": "Campbell Barton (ideasman42)",
     "version": (0,1),
     "blender": (2, 5, 3),
-    "api": 31847,
+    "api": 31965,
     "location": "Tool Shelf",
     "description": "Edit arbitrary selected properties for objects of the same type",
     "warning": "",
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 129988f7f..2f937dbd9 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -27,7 +27,7 @@ bl_addon_info = {
     "author": "JayDez, sim88, meta-androcto", "sam"
     "version": (1,5),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "View3D > Spacebar",
     "description": "Context sensitive spacebar menu",
     "warning": "",
diff --git a/system_blend_info.py b/system_blend_info.py
index e9649ba37..db27c72c1 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -25,7 +25,7 @@ bl_addon_info = {
     "author": "uselessdreamer",
     "version": (0,3),
     "blender": (2, 5, 3),
-    "api": 31854,
+    "api": 31965,
     "location": "Properties space > Scene tab > Blend Info panel",
     "description": "Show information about the .blend",
     "warning": "",
-- 
GitLab