From 1c6581ff68c0a5b19b248cde833e36a69fb618fd Mon Sep 17 00:00:00 2001
From: Maurice Raybaud <mauriceraybaud@hotmail.fr>
Date: Sun, 16 Jan 2011 09:07:17 +0000
Subject: [PATCH] As suggested by Filiciss Muhgue Api change update

---
 render_povray/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 9bbab0923..9f9517ddf 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -16,12 +16,12 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-bl_addon_info = {
+bl_info = {
     "name": "PovRay 3.7",
     "author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn",
     "version": (0, 0, 6),
     "blender": (2, 5, 6),
-    "api": 31667,
+    "api": 34318,
     "location": "Info Header (engine dropdown)",
     "description": "Basic povray 3.7 integration for blender",
     "warning": "both povray 3.7 and this script are beta",
-- 
GitLab