I was testing fpcup on a fresh install of Windows and everything seemed to build okay, but when I opened lazarus for the first time and tried to set paths, I got the following message with the FPC Sources tab:<div><br></div>
<div>"Warning: Found version ..3, expect 2.6.3."</div><div><br></div><div>I checked initialsetupdlg.pas and the routine CheckFPCSrcDirQuality. I see it looks for file version.pas, and upon opening that file I see:</div>
<div><br></div><div><div>    const</div><div>       { version string }</div><div>       version_nr = '2';</div><div>       release_nr = '6';</div><div>       patch_nr   = '3';</div><div>       minorpatch = '';</div>
</div><div><br></div><div>So everything looks correct. I am guessing there is a bug in CheckFPCSrcDirQuality or one of the routines it uses which is causing it to see the version "..3" instead of "2.6.3". Can someone confirm is this is a problem?</div>