minor cleanup
This commit is contained in:
parent
7326f5be69
commit
b8ae8b0de7
2 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@
|
|||
major = 1 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 101 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.101
|
||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
||||
patch = 1 # VERSION_PATCH_IDENTIFIER
|
||||
str = ".".join(str(v) for v in (major, minor, patch))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue