From 00f54eb9eff6eca18f5d73cfe194c2664d1b7676 Mon Sep 17 00:00:00 2001
From: Brendon Murphy <meta.androcto1@gmail.com>
Date: Thu, 14 Oct 2010 22:17:07 +0000
Subject: [PATCH] working revision update rev: 32411

---
 add_curve_aceous_galore.py | 2 +-
 add_curve_torus_knots.py   | 2 +-
 curve_simplify.py          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 5c2284f0b..fa305e221 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -21,7 +21,7 @@ bl_addon_info = {
     'author': 'Jimmy Hazevoet, testscreenings',
     'version': (0,2),
     'blender': (2, 5, 3),
-    'api': 31965,
+    'api': 32411,
     'location': 'Add Curve menu',
     'description': 'adds many 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 7c370c5ed..85824c8b1 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -22,7 +22,7 @@ bl_addon_info = {
     "author": "testscreenings",
     "version": (0,1),
     "blender": (2, 5, 3),
-    "api": 31965,
+    "api": 32411,
     "location": "View3D > Add > Curve",
     "description": "Adds many types of knots",
     "warning": "",
diff --git a/curve_simplify.py b/curve_simplify.py
index 249fddf3b..f774c0cd7 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -21,7 +21,7 @@ bl_addon_info = {
     "author": "testscreenings",
     "version": (1,),
     "blender": (2, 5, 3),
-    "api": 31965,
+    "api": 32411,
     "location": "Toolshelf > search > simplify curves",
     "description": "This script simplifies 3D curves and fcurves",
     "warning": "",
-- 
GitLab