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:24:07 +0300
committerAntonioya <blendergit@gmail.com>2016-08-09 21:24:07 +0300
commit6b467b9eb0018a560fc6f22e28734c14a47f27c7 (patch)
tree86037c3d7214c03014946da23f18798b2e3dbc35 /measureit
parent9ff1dab2657eb8334b990a89850936a6c7718229 (diff)
MeasureIt: Change version to identify addon for Blender 2.78
Diffstat (limited to 'measureit')
-rw-r--r--measureit/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/measureit/__init__.py b/measureit/__init__.py
index 93e97c5b..d1912444 100644
--- a/measureit/__init__.py
+++ b/measureit/__init__.py
@@ -29,7 +29,7 @@ bl_info = {
"name": "MeasureIt",
"author": "Antonio Vazquez (antonioya)",
"location": "View3D > Tools Panel /Properties panel",
- "version": (1, 6, 6),
+ "version": (1, 6, 7),
"blender": (2, 7, 4),
"description": "Tools for measuring objects.",
'warning': 'Temporary: pending review fixes T48704',