From 011ec6b0a523ed95468158a27009d6375ddd2926 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Thu, 25 Aug 2011 13:13:27 +0000
Subject: [PATCH] update to bl_info

---
 add_curve_aceous_galore.py       | 4 ++--
 add_curve_torus_knots.py         | 4 ++--
 add_mesh_BoltFactory/__init__.py | 4 ++--
 add_mesh_ant_landscape.py        | 4 ++--
 add_mesh_pipe_joint.py           | 4 ++--
 add_mesh_solid.py                | 4 ++--
 curve_simplify.py                | 4 ++--
 object_cloud_gen.py              | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index d657037c4..7c53c6cde 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -20,8 +20,8 @@ bl_info = {
     'name': 'Curveaceous Galore!',
     'author': 'Jimmy Hazevoet, testscreenings',
     'version': (0,2),
-    "blender": (2, 5, 7),
-    "api": 35853,
+    "blender": (2, 5, 9),
+    "api": 39685,
     '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_torus_knots.py b/add_curve_torus_knots.py
index c832e03e7..55ffa8023 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -21,8 +21,8 @@ bl_info = {
     "name": "Torus Knots",
     "author": "testscreenings",
     "version": (0,1),
-    "blender": (2, 5, 7),
-    "api": 35853,
+    "blender": (2, 5, 9),
+    "api": 39685,
     "location": "View3D > Add > Curve",
     "description": "Adds many types of (torus) knots",
     "warning": "",
diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py
index ef3f319e0..eeaa8729d 100644
--- a/add_mesh_BoltFactory/__init__.py
+++ b/add_mesh_BoltFactory/__init__.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "BoltFactory",
     "author": "Aaron Keith",
     "version": (3, 9),
-    "blender": (2, 5, 7),
-    "api": 35853,
+    "blender": (2, 5, 9),
+    "api": 39685,
     "location": "View3D > Add > Mesh",
     "description": "Adds a Bolt or Nut",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py
index 39c259743..51338004b 100644
--- a/add_mesh_ant_landscape.py
+++ b/add_mesh_ant_landscape.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "ANT Landscape",
     "author": "Jimmy Hazevoet",
     "version": (0,1,1),
-    "blender": (2, 5, 7),
-    "api": 35853,
+    "blender": (2, 5, 9),
+    "api": 39685,
     "location": "View3D > Add > Mesh",
     "description": "Adds a Landscape Primitive",
     "warning": "", # used for warning icon and text in addons panel
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 6ee156999..a726be7b0 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Pipe Joints",
     "author": "Buerbaum Martin (Pontiac)",
     "version": (0, 10, 7),
-    "blender": (2, 5, 7),
-    "api": 35853,
+    "blender": (2, 5, 9),
+    "api": 39685,
     "location": "View3D > Add > Mesh > Pipe Joints",
     "description": "Adds 5 pipe Joint types to the Add Mesh menu",
     "warning": "",
diff --git a/add_mesh_solid.py b/add_mesh_solid.py
index aa41e50c7..5f215bd19 100644
--- a/add_mesh_solid.py
+++ b/add_mesh_solid.py
@@ -21,8 +21,8 @@ bl_info = {
     "name": "Regular Solids",
     "author": "DreamPainter",
     "version": (2, 0),
-    "blender": (2, 5, 7),
-    "api": 36336,
+    "blender": (2, 5, 9),
+    "api": 39685,
     "location": "View3D > Add > Mesh > Solids",
     "description": "Add a Regular Solid mesh.",
     "warning": "",
diff --git a/curve_simplify.py b/curve_simplify.py
index 660d11920..a749de3c7 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Simplify curves",
     "author": "testscreenings",
     "version": (1,),
-    "blender": (2, 5, 7),
-    "api": 35853,
+    "blender": (2, 5, 9),
+    "api": 39685,
     "location": "Search > Simplify Curves",
     "description": "Simplifies 3D curves and fcurves",
     "warning": "",
diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index 64fdef703..a97f47bbc 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -20,8 +20,8 @@ bl_info = {
     "name": "Cloud Generator",
     "author": "Nick Keeline(nrk)",
     "version": (1,0),
-    "blender": (2, 5, 7),
-    "api": 35853,
+    "blender": (2, 5, 9),
+    "api": 39685,
     "location": "View3D > Tool Shelf > Cloud Generator Panel",
     "description": "Creates Volumetric Clouds",
     "warning": "",
-- 
GitLab