mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 19:16:59 +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
|
If strLastCommit <> "" And strLastCommitHuman <> "" And strRevision <> "" Then
|
||||||
'Bild version string
|
'Bild version string
|
||||||
strGitVer = "git~" & strLastCommit & "~" & strRevision
|
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
|
'Check for local changes, if found, append to git revision string
|
||||||
If ShowUnclean Then
|
If ShowUnclean Then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user