add --cut
This commit is contained in:
parent
da1f6972fb
commit
aa564e5eee
2 changed files with 8 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# encoding: utf-8
|
||||
|
||||
major = 1 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 99 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.99
|
||||
patch = 2 # VERSION_PATCH_IDENTIFIER
|
||||
minor = 100 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 1.100
|
||||
patch = 0 # VERSION_PATCH_IDENTIFIER
|
||||
str = ".".join(str(v) for v in (major, minor, patch))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue