This commit is contained in:
svkalinin 2022-10-21 14:09:42 +03:00
parent 613912c235
commit 0a1699f294
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ namespace eval Git {
foreach line [split $pipe "\n"] { foreach line [split $pipe "\n"] {
lappend res $line lappend res $line
} }
cd $d # cd $d
if [info exists res] { if [info exists res] {
return $res return $res
} }

View File

@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
###################################################### ######################################################
# Version: 2.0.0 # Version: 2.0.0
# Release: alpha # Release: alpha
# Build: 21102022114408 # Build: 21102022140732
###################################################### ######################################################
# определим текущую версию, релиз и т.д. # определим текущую версию, релиз и т.д.