[DEVELOPMENT ENVIRONMENT]

* BUG: bad comparison, now make the good one


git-svn-id: svn://localhost/gambas/trunk@7249 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Charlie Reinl 2015-08-29 18:23:04 +00:00
parent efa38ac0d3
commit 1d3f035c38

View file

@ -396,7 +396,7 @@ Private Sub InitVersion()
aVer = Split(sVer, " ")
sVer = Trim(aVer[aVer.Max])
If sVer And sVer <> FullVersionWithRevision Then
If sVer And sVer <> FullVersion Then
'Version &= " (r" & sVer & ")"
FullVersionWithRevision &= " (" & sVer & ")"
Endif