diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 9bbab0923f3f733fe099b27752e6e0375f7c21e9..9f9517ddf3c2c0652dd754a033f444825095b1fc 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",