This seemed like the best place to put this. If there is a better place let me know please.

I've been tasked with taking over a sugarcrm project that was built on top of 6.0.3. What I am looking to do is get a base copy of 6.0.3 and diffing it against the project to get a handle on what changes have been made to the core and figure out if we can upgrade to a newer version of sugar.

the sugar version info is as follows:

$sugar_version = '6.0.3';
$sugar_db_version = '6.0.3';
$sugar_flavor = 'CE';
$sugar_build = '4339';
$sugar_timestamp = '2010-10-29 01:11pm';


I was not able to find this version on the sugarcrm site (6.0.4 seems to be the closest). Anyone have any thoughts on this?