[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:
parent
efa38ac0d3
commit
1d3f035c38
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ Private Sub InitVersion()
|
||||||
aVer = Split(sVer, " ")
|
aVer = Split(sVer, " ")
|
||||||
sVer = Trim(aVer[aVer.Max])
|
sVer = Trim(aVer[aVer.Max])
|
||||||
|
|
||||||
If sVer And sVer <> FullVersionWithRevision Then
|
If sVer And sVer <> FullVersion Then
|
||||||
'Version &= " (r" & sVer & ")"
|
'Version &= " (r" & sVer & ")"
|
||||||
FullVersionWithRevision &= " (" & sVer & ")"
|
FullVersionWithRevision &= " (" & sVer & ")"
|
||||||
Endif
|
Endif
|
||||||
|
|
Loading…
Reference in a new issue