Commit f8994bd7 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

return 0

parent 402014aa
Pipeline #3648 passed with stages
in 109 minutes and 31 seconds
......@@ -40,6 +40,8 @@ proc convert_tag_to_number { tag } {
set minor [ format %02X [ lindex $list_num 1 ] ]
set patch [ format %04X [ lindex $list_num 2 ] ]
return [ concat $major$minor$patch ]
} else {
return 0
}
} else {
return 0
......
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