mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-13 02:27:48 +00:00
FS-4219 --resolve
This commit is contained in:
parent
26cefbdb87
commit
a293512f60
@ -376,7 +376,7 @@ Sub CreateVersion(tmpFolder, VersionDir, includebase, includedest)
|
||||
If strLastCommit <> "" And strLastCommitHuman <> "" And strRevision <> "" Then
|
||||
'Bild version string
|
||||
strGitVer = "git~" & strLastCommit & "~" & strRevision
|
||||
strVerHuman = "; git at commit " & strRevision & " on " & strLastCommitHuman
|
||||
strVerHuman = strVerRev & "; git at commit " & strRevision & " on " & strLastCommitHuman
|
||||
|
||||
'Check for local changes, if found, append to git revision string
|
||||
If ShowUnclean Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user