Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2017-07-02 11:24:43 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-07-02 11:24:43 +0300
commit5f6db2960476d0f7e385e5603d27f3802cbc6249 (patch)
tree7d50742c4d6777b86f9d62550e09a00df5c3b9fe /ant_landscape
parent022c438f26ee9f6f3173b28794c6a271246f92e0 (diff)
ant landscape: update version information
Diffstat (limited to 'ant_landscape')
-rw-r--r--ant_landscape/__init__.py6
1 files changed, 3 insertions, 3 deletions
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():