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:
authorAntonioya <blendergit@gmail.com>2016-08-09 21:23:55 +0300
committerAntonioya <blendergit@gmail.com>2016-08-09 21:23:55 +0300
commit9ff1dab2657eb8334b990a89850936a6c7718229 (patch)
treea2b445753f6ccec780d2f931f9a531c77d739723 /archimesh/__init__.py
parentf3a93f08e81a185e058f2acb0ec4c7e1cc99f8d5 (diff)
Archimesh: Change version to identify addon for Blender 2.78
Diffstat (limited to 'archimesh/__init__.py')
-rw-r--r--archimesh/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 33118f87..114db79a 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -29,7 +29,7 @@ bl_info = {
"name": "Archimesh",
"author": "Antonio Vazquez (antonioya)",
"location": "View3D > Add > Mesh > Archimesh",
- "version": (1, 1, 2),
+ "version": (1, 1, 3),
"blender": (2, 6, 8),
"description": "Generate rooms, doors, windows, and other architecture objects",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Archimesh",