switched to versioning
This commit is contained in:
parent
031f7627b8
commit
793d97f854
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
#! /usr/bin/env python3
|
||||
# encoding: utf-8
|
||||
|
||||
major = 0
|
||||
minor = 0
|
||||
patch = 0 # OVER_VERSION_PATCH_IDENTIFIER
|
||||
major = 0 # VERSION_MAJOR_IDENTIFIER
|
||||
minor = 0 # VERSION_MINOR_IDENTIFIER
|
||||
# VERSION_LAST_MM 0.0
|
||||
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