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-04-12 18:07:09 +0400
committerAlexander N <alpha-beta-release@gmx.net>2013-04-12 18:07:09 +0400
commit19d63c89c7d9f6e2ad9da9258d651a8826f37975 (patch)
tree27604471c7b635c06bd1c010b8eede76dc0e98da /io_scene_ms3d/__init__.py
parent7d6131d4e390d0981208b78f08afa67189e5ce08 (diff)
raise HeaderError if, file header is invalid.
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 35f7c41e..be605476 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, 97, 0),
+ 'version': (0, 98, 0),
'blender': (2, 66, 0),
'location': "File > Import & File > Export",
'warning': "",