"vscode:/vscode.git/clone" did not exist on "291fcf5296b21ebc6784fc5dfb33bbee636e9f89"
Commit 4d0d3245 authored by wenjh's avatar wenjh
Browse files

Update version

parent c9eab7e7
......@@ -55,7 +55,7 @@ def te_version() -> str:
pass
else:
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:
version += "+das"+ DAS_VERSION + f".opt1"+ "." +str(dtk_version_value())
version += "+das" + f".opt1"+ "." +str(dtk_version_value())
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