Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
4d0d3245
Commit
4d0d3245
authored
Oct 23, 2025
by
wenjh
Browse files
Update version
parent
c9eab7e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build_tools/te_version.py
build_tools/te_version.py
+2
-2
No files found.
build_tools/te_version.py
View file @
4d0d3245
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment