[Bf-extensions-cvs] [95ce845] master: update version & remove warning

Brendon Murphy noreply at git.blender.org
Mon Sep 21 12:07:36 CEST 2015


Commit: 95ce8451b1efffc29b8a0ede73deffdb8cf820bb
Author: Brendon Murphy
Date:   Mon Sep 21 20:07:06 2015 +1000
Branches: master
https://developer.blender.org/rBA95ce8451b1efffc29b8a0ede73deffdb8cf820bb

update version & remove warning

===================================================================

M	game_engine_publishing.py

===================================================================

diff --git a/game_engine_publishing.py b/game_engine_publishing.py
index 0eb434f..495b012 100644
--- a/game_engine_publishing.py
+++ b/game_engine_publishing.py
@@ -29,10 +29,10 @@ bl_info = {
     "name": "Game Engine Publishing",
     "author": "Mitchell Stokes (Moguri), Oren Titane (Genome36)",
     "version": (0, 1, 0),
-    "blender": (2, 72, 0),
+    "blender": (2, 75, 0),
     "location": "Render Properties > Publishing Info",
     "description": "Publish .blend file as game engine runtime, manage versions and platforms",
-    "warning": "beta",
+    "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Game_Engine/Publishing",
     "category": "Game Engine",
 }



More information about the Bf-extensions-cvs mailing list