Index: ProScan/UI/LoginScherm2.pas =================================================================== diff -u -r631 -r632 --- ProScan/UI/LoginScherm2.pas (.../LoginScherm2.pas) (revision 631) +++ ProScan/UI/LoginScherm2.pas (.../LoginScherm2.pas) (revision 632) @@ -94,7 +94,7 @@ pnlTop.Visible := False; SetStatusLoginButton; lblUrlServer.Caption := UiContext.ServerName; - lblVersieNr.Caption := 'v' + GetAppVersionStr(); + lblVersieNr.Caption := 'v' + GeefVersieNummer(); end; procedure TfmLoginScherm2.HuidigeGebruikerAfmelden;