add test script's version.py
This commit is contained in:
parent
f74e156c72
commit
e7168e165a
1 changed files with 8 additions and 0 deletions
8
version.py
Normal file
8
version.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#! /usr/bin/env python3
|
||||||
|
# encoding: utf-8
|
||||||
|
|
||||||
|
major = 1 # VERSION_MAJOR_IDENTIFIER
|
||||||
|
minor = 4 # VERSION_MINOR_IDENTIFIER
|
||||||
|
# VERSION_LAST_MM 1.4
|
||||||
|
patch = 42 # VERSION_PATCH_IDENTIFIER
|
||||||
|
str = ".".join(str(v) for v in (major, minor, patch))
|
Loading…
Add table
Add a link
Reference in a new issue