mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 04:18:58 +00:00
fw/version: Add developement tag to version number
This commit is contained in:
parent
fb42d11a83
commit
57aa5ca588
@ -21,7 +21,7 @@ from subprocess import Popen, PIPE
|
||||
|
||||
VersionTuple = namedtuple('Version', ['major', 'minor', 'revision'])
|
||||
|
||||
version = VersionTuple(3, 0, 0)
|
||||
version = VersionTuple(3, 0, 'dev1')
|
||||
|
||||
|
||||
def get_wa_version():
|
||||
|
Loading…
x
Reference in New Issue
Block a user