[Bf-extensions-cvs] [5f6db296] master: ant landscape: update version information

meta-androcto noreply at git.blender.org
Sun Jul 2 10:25:14 CEST 2017


Commit: 5f6db2960476d0f7e385e5603d27f3802cbc6249
Author: meta-androcto
Date:   Sun Jul 2 18:24:43 2017 +1000
Branches: master
https://developer.blender.org/rBA5f6db2960476d0f7e385e5603d27f3802cbc6249

ant landscape: update version information

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

M	ant_landscape/__init__.py

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

diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index de916966..60dd81a1 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -22,14 +22,14 @@
 bl_info = {
     "name": "A.N.T.Landscape",
     "author": "Jim Hazevoet",
-    "version": (0, 1, 7),
-    "blender": (2, 77, 0),
+    "version": (0, 1, 8),
+    "blender": (2, 78, 0),
     "location": "View3D > Tool Shelf",
     "description": "Another Noise Tool: Landscape and Displace",
     "warning": "",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Add_Mesh/ANT_Landscape",
-    "category": "Mesh",
+    "category": "Add Mesh",
 }
 
 if "bpy" in locals():



More information about the Bf-extensions-cvs mailing list