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:
authorAlexander N <alpha-beta-release@gmx.net>2013-07-14 13:36:49 +0400
committerAlexander N <alpha-beta-release@gmx.net>2013-07-14 13:36:49 +0400
commit93b4f97c6ac9450b7b9474a9dbe238bd1ac8f86e (patch)
tree302e536b553aac2616155a3c1adec365dc830ede /io_scene_ms3d/__init__.py
parent81626622f867b42bc7240ca1fa85d5dae6e9e306 (diff)
fixed some potentially problematic naming of blender stuff in the importer
Diffstat (limited to 'io_scene_ms3d/__init__.py')
-rw-r--r--io_scene_ms3d/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_ms3d/__init__.py b/io_scene_ms3d/__init__.py
index be605476..c70c20b5 100644
--- a/io_scene_ms3d/__init__.py
+++ b/io_scene_ms3d/__init__.py
@@ -23,7 +23,7 @@ bl_info = {
'description': "Import / Export MilkShape3D MS3D files"\
" (conform with MilkShape3D v1.8.4)",
'author': "Alexander Nussbaumer",
- 'version': (0, 98, 0),
+ 'version': (0, 99, 0),
'blender': (2, 66, 0),
'location': "File > Import & File > Export",
'warning': "",