In Eclipse (3.3) if you start the New Plugin Project Wizard, the first page has a Target Platform, where you can target a version of eclipse.
Is this information saved/used and if so where?
Also if you then create an extension the plugin.xml is created, and at the top is (for me) :
<?eclipse version="3.2"?>
Where did this version come from?, does it depend on the extension you just extended? Will it be updated/changed?