- added --output

- doc updates
This commit is contained in:
Martinez 2018-05-08 09:41:31 +02:00
parent da0d60eecf
commit abe3b37f03
3 changed files with 36 additions and 5 deletions

View file

@ -4,5 +4,5 @@
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 110 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.110
patch = 0 # VERSION_PATCH_IDENTIFIER
patch = 1 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))