renamed to HaSt

This commit is contained in:
Martinez 2018-01-01 18:07:56 +01:00
parent 7e93ffe71f
commit 52b8cda647
3 changed files with 71 additions and 23 deletions

View file

@ -2,7 +2,7 @@
# encoding: utf-8
major = 0 # VERSION_MAJOR_IDENTIFIER
minor = 0 # VERSION_MINOR_IDENTIFIER
minor = 1 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 0.0
patch = 0 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))