FS-4219 --resolve
This commit is contained in:
parent
67746bc7d9
commit
ab6e36283b
|
@ -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…
Reference in New Issue