Commit 4d0d3245 authored by wenjh's avatar wenjh
Browse files

Update version

parent c9eab7e7
...@@ -55,7 +55,7 @@ def te_version() -> str: ...@@ -55,7 +55,7 @@ def te_version() -> str:
pass pass
else: else:
commit = output.stdout.strip() commit = output.stdout.strip()
version += "+das"+ DAS_VERSION + f".git{commit}"+ ".abi"+str(abi_value()) + "." +str(dtk_version_value()) version += "+das" + f".git{commit}"+ ".abi"+str(abi_value()) + "." +str(dtk_version_value())
else: else:
version += "+das"+ DAS_VERSION + f".opt1"+ "." +str(dtk_version_value()) version += "+das" + f".opt1"+ "." +str(dtk_version_value())
return version return version
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment